#6F2737

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

Shades of Claret #6F2737

Tints of Claret #6F2737

Color information

#6F2737 (or 0x6F2737) is unknown color: approx Claret. HEX triplet: 6F, 27 and 37. RGB value is (111,39,55). Sum of RGB (Red+Green+Blue) = 111+39+55=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2737 is #90D8C8. Grayscale: #3E3E3E. Windows color (decimal): -9492681 or 3614575. OLE color: 3614575.

HSL color Cylindrical-coordinate representation of color #6F2737: hue angle of 346.67º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F2737 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1113955-
CMYK00.650.500.56
HSL346.67º48%29.41%-
HSV(B)346.67º64.86%43.53%-
XYZ7.975.114.18-
YUV62.35123.85162.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.15%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 55 (21.88% from 255) = 26.83%
R=54.15%
G=19.02%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111395500.650.500.56346.674829.41
Hex6F2737041323815b301d
Octal1574767010162705336035
Binary11011111001111101110100000111001011100010101101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,39,55); }

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

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

 a { background-color: rgb(111,39,55); }

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

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

 span { border-color: rgb(111,39,55); }

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