#6F212F

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

Shades of Claret #6F212F

Tints of Claret #6F212F

Color information

#6F212F (or 0x6F212F) is unknown color: approx Claret. HEX triplet: 6F, 21 and 2F. RGB value is (111,33,47). Sum of RGB (Red+Green+Blue) = 111+33+47=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F212F is #90DED0. Grayscale: #393939. Windows color (decimal): -9494225 or 3088751. OLE color: 3088751.

HSL color Cylindrical-coordinate representation of color #6F212F: hue angle of 349.23º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F212F is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1113347-
CMYK00.700.580.56
HSL349.23º54.17%28.24%-
HSV(B)349.23º70.27%43.53%-
XYZ7.614.673.19-
YUV57.92121.84165.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.12%
GREEN value IS 33 (13.28% from 255) = 17.28%
BLUE value IS 47 (18.75% from 255) = 24.61%
R=58.12%
G=17.28%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111334700.700.580.56349.2354.1728.24
Hex6F212F0463A3815d361c
Octal1574157010672705356634
Binary11011111000011011110100011011101011100010101110111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,33,47); }

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

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

 a { background-color: rgb(111,33,47); }

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

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

 span { border-color: rgb(111,33,47); }

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