#6F2036

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

Shades of Claret #6F2036

Tints of Claret #6F2036

Color information

#6F2036 (or 0x6F2036) is unknown color: approx Claret. HEX triplet: 6F, 20 and 36. RGB value is (111,32,54). Sum of RGB (Red+Green+Blue) = 111+32+54=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2036 is #90DFC9. Grayscale: #3A3A3A. Windows color (decimal): -9494474 or 3547247. OLE color: 3547247.

HSL color Cylindrical-coordinate representation of color #6F2036: hue angle of 343.29º 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 #6F2036 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB1113254-
CMYK00.710.510.56
HSL343.29º55.24%28.04%-
HSV(B)343.29º71.17%43.53%-
XYZ7.744.683.99-
YUV58.13125.67165.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.35%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 54 (21.48% from 255) = 27.41%
R=56.35%
G=16.24%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111325400.710.510.56343.2955.2428.04
Hex6F20360473338157371c
Octal1574066010763705276734
Binary11011111000001101100100011111001111100010101011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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