#6a1c2d

Color #6A1C2D Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #6A1C2D

Tints of Claret #6A1C2D

Color information

#6A1C2D (or 0x6A1C2D) is unknown color: approx Claret. HEX triplet: 6A, 1C and 2D. RGB value is (106,28,45). Sum of RGB (Red+Green+Blue) = 106+28+45=179 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.22% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1C2D is #95E3D2. Grayscale: #353535. Windows color (decimal): -9823187 or 2956394. OLE color: 2956394.

HSL color Cylindrical-coordinate representation of color #6A1C2D: hue angle of 346.92º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A1C2D is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1062845-
CMYK00.740.580.58
HSL346.92º58.21%26.27%-
HSV(B)346.92º73.58%41.57%-
XYZ6.834.082.91-
YUV53.26123.34165.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 59.22%
GREEN value IS 28 (11.33% from 255) = 15.64%
BLUE value IS 45 (17.97% from 255) = 25.14%
R=59.22%
G=15.64%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106284500.740.580.58346.9258.2126.27
Hex6A1C2D04A3A3A15b3a1a
Octal1523455011272725337232
Binary1101010111001011010100101011101011101010101101111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a1c2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6a1c2d; }

 p { color: rgb(106,28,45); }

 H1.HeaderClassName
 {
   color: #6a1c2d;
 }
 .AnyTagClassName
 {
   color: #6a1c2d;
 }
</style>
background-color css

<style>
 a { background-color: #6a1c2d; }

 a { background-color: rgb(106,28,45); }

 div.DivClassName
 {
   background-color: #6a1c2d;
 }
 .BgClassName
 {
   background-color: #6a1c2d;
 }
</style>
border-color css

<style>
 span { border-color: #6a1c2d; }

 span { border-color: rgb(106,28,45); }

 td.TdClassName
 {
   border-color: #6a1c2d;
 }
 .TagClassName
 {
   border-color: #6a1c2d;
 }
</style>