#6F2038

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

Shades of Claret #6F2038

Tints of Claret #6F2038

Color information

#6F2038 (or 0x6F2038) is unknown color: approx Claret. HEX triplet: 6F, 20 and 38. RGB value is (111,32,56). Sum of RGB (Red+Green+Blue) = 111+32+56=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2038 is #90DFC7. Grayscale: #3A3A3A. Windows color (decimal): -9494472 or 3678319. OLE color: 3678319.

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

Color convert

RGB1113256-
CMYK00.710.500.56
HSL341.77º55.24%28.04%-
HSV(B)341.77º71.17%43.53%-
XYZ7.794.74.24-
YUV58.36126.67165.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.78%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 56 (22.27% from 255) = 28.14%
R=55.78%
G=16.08%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111325600.710.500.56341.7755.2428.04
Hex6F20380473238156371c
Octal1574070010762705266734
Binary11011111000001110000100011111001011100010101011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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