#6C1E2F

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

Shades of Claret #6C1E2F

Tints of Claret #6C1E2F

Color information

#6C1E2F (or 0x6C1E2F) is unknown color: approx Claret. HEX triplet: 6C, 1E and 2F. RGB value is (108,30,47). Sum of RGB (Red+Green+Blue) = 108+30+47=185 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.38% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1E2F is #93E1D0. Grayscale: #373737. Windows color (decimal): -9691601 or 3087980. OLE color: 3087980.

HSL color Cylindrical-coordinate representation of color #6C1E2F: hue angle of 346.92º 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 #6C1E2F is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB1083047-
CMYK00.720.560.58
HSL346.92º56.52%27.06%-
HSV(B)346.92º72.22%42.35%-
XYZ7.164.323.15-
YUV55.26123.34165.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 58.38%
GREEN value IS 30 (12.11% from 255) = 16.22%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=58.38%
G=16.22%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108304700.720.560.58346.9256.5227.06
Hex6C1E2F048383A15b391b
Octal1543657011070725337133
Binary1101100111101011110100100011100011101010101101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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