#6F2833

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

Shades of Claret #6F2833

Tints of Claret #6F2833

Color information

#6F2833 (or 0x6F2833) is unknown color: approx Claret. HEX triplet: 6F, 28 and 33. RGB value is (111,40,51). Sum of RGB (Red+Green+Blue) = 111+40+51=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2833 is #90D7CC. Grayscale: #3E3E3E. Windows color (decimal): -9492429 or 3352687. OLE color: 3352687.

HSL color Cylindrical-coordinate representation of color #6F2833: hue angle of 350.7º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F2833 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1114051-
CMYK00.640.540.56
HSL350.7º47.02%29.61%-
HSV(B)350.7º63.96%43.53%-
XYZ7.915.143.71-
YUV62.48121.52162.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.95%
GREEN value IS 40 (16.02% from 255) = 19.80%
BLUE value IS 51 (20.31% from 255) = 25.25%
R=54.95%
G=19.80%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111405100.640.540.56350.747.0229.61
Hex6F2833040363815f2f1e
Octal1575063010066705375736
Binary11011111010001100110100000011011011100010101111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,40,51); }

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

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

 a { background-color: rgb(111,40,51); }

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

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

 span { border-color: rgb(111,40,51); }

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