#6C1E31

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

Shades of Claret #6C1E31

Tints of Claret #6C1E31

Color information

#6C1E31 (or 0x6C1E31) is unknown color: approx Claret. HEX triplet: 6C, 1E and 31. RGB value is (108,30,49). Sum of RGB (Red+Green+Blue) = 108+30+49=187 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.75% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1E31 is #93E1CE. Grayscale: #373737. Windows color (decimal): -9691599 or 3219052. OLE color: 3219052.

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

Color convert

RGB1083049-
CMYK00.720.550.58
HSL345.38º56.52%27.06%-
HSV(B)345.38º72.22%42.35%-
XYZ7.24.343.36-
YUV55.49124.34165.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 57.75%
GREEN value IS 30 (12.11% from 255) = 16.04%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=57.75%
G=16.04%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108304900.720.550.58345.3856.5227.06
Hex6C1E31048373A159391b
Octal1543661011067725317133
Binary1101100111101100010100100011011111101010101100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,30,49); }

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

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

 a { background-color: rgb(108,30,49); }

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

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

 span { border-color: rgb(108,30,49); }

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