#6F0C2F

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

Shades of Claret #6F0C2F

Tints of Claret #6F0C2F

Color information

#6F0C2F (or 0x6F0C2F) is unknown color: approx Claret. HEX triplet: 6F, 0C and 2F. RGB value is (111,12,47). Sum of RGB (Red+Green+Blue) = 111+12+47=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0C2F is #90F3D0. Grayscale: #2D2D2D. Windows color (decimal): -9499601 or 3083375. OLE color: 3083375.

HSL color Cylindrical-coordinate representation of color #6F0C2F: hue angle of 338.79º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F0C2F is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1111247-
CMYK00.890.580.56
HSL338.79º80.49%24.12%-
HSV(B)338.79º89.19%43.53%-
XYZ7.23.853.05-
YUV45.59128.8174.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 65.29%
GREEN value IS 12 (5.08% from 255) = 7.06%
BLUE value IS 47 (18.75% from 255) = 27.65%
R=65.29%
G=7.06%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111124700.890.580.56338.7980.4924.12
Hex6FC2F0593A381535018
Octal15714570131727052312030
Binary1101111110010111101011001111010111000101010011101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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