#6C1A32

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

Shades of Claret #6C1A32

Tints of Claret #6C1A32

Color information

#6C1A32 (or 0x6C1A32) is unknown color: approx Claret. HEX triplet: 6C, 1A and 32. RGB value is (108,26,50). Sum of RGB (Red+Green+Blue) = 108+26+50=184 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.70% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1A32 is #93E5CD. Grayscale: #353535. Windows color (decimal): -9692622 or 3283564. OLE color: 3283564.

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

Color convert

RGB1082650-
CMYK00.760.540.58
HSL342.44º61.19%26.27%-
HSV(B)342.44º75.93%42.35%-
XYZ7.134.163.44-
YUV53.25126.17167.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 58.70%
GREEN value IS 26 (10.55% from 255) = 14.13%
BLUE value IS 50 (19.92% from 255) = 27.17%
R=58.70%
G=14.13%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108265000.760.540.58342.4461.1926.27
Hex6C1A3204C363A1563d1a
Octal1543262011466725267532
Binary1101100110101100100100110011011011101010101011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,26,50); }

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

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

 a { background-color: rgb(108,26,50); }

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

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

 span { border-color: rgb(108,26,50); }

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