#6F2032

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

Shades of Claret #6F2032

Tints of Claret #6F2032

Color information

#6F2032 (or 0x6F2032) is unknown color: approx Claret. HEX triplet: 6F, 20 and 32. RGB value is (111,32,50). Sum of RGB (Red+Green+Blue) = 111+32+50=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2032 is #90DFCD. Grayscale: #393939. Windows color (decimal): -9494478 or 3285103. OLE color: 3285103.

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

Color convert

RGB1113250-
CMYK00.710.550.56
HSL346.33º55.24%28.04%-
HSV(B)346.33º71.17%43.53%-
XYZ7.654.643.51-
YUV57.67123.67166.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.51%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 50 (19.92% from 255) = 25.91%
R=57.51%
G=16.58%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111325000.710.550.56346.3355.2428.04
Hex6F2032047373815a371c
Octal1574062010767705326734
Binary11011111000001100100100011111011111100010101101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,32,50); }

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

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

 a { background-color: rgb(111,32,50); }

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

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

 span { border-color: rgb(111,32,50); }

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