#6F2B37

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

Shades of Claret #6F2B37

Tints of Claret #6F2B37

Color information

#6F2B37 (or 0x6F2B37) is unknown color: approx Claret. HEX triplet: 6F, 2B and 37. RGB value is (111,43,55). Sum of RGB (Red+Green+Blue) = 111+43+55=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2B37 is #90D4C8. Grayscale: #404040. Windows color (decimal): -9491657 or 3615599. OLE color: 3615599.

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

Color convert

RGB1114355-
CMYK00.610.500.56
HSL349.41º44.16%30.2%-
HSV(B)349.41º61.26%43.53%-
XYZ8.115.384.23-
YUV64.7122.53161.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.11%
GREEN value IS 43 (17.19% from 255) = 20.57%
BLUE value IS 55 (21.88% from 255) = 26.32%
R=53.11%
G=20.57%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111435500.610.500.56349.4144.1630.2
Hex6F2B3703D323815d2c1e
Octal157536707562705355436
Binary1101111101011110111011110111001011100010101110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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