#6F1A33

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

Shades of Claret #6F1A33

Tints of Claret #6F1A33

Color information

#6F1A33 (or 0x6F1A33) is unknown color: approx Claret. HEX triplet: 6F, 1A and 33. RGB value is (111,26,51). Sum of RGB (Red+Green+Blue) = 111+26+51=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1A33 is #90E5CC. Grayscale: #363636. Windows color (decimal): -9496013 or 3349103. OLE color: 3349103.

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

Color convert

RGB1112651-
CMYK00.770.540.56
HSL342.35º62.04%26.86%-
HSV(B)342.35º76.58%43.53%-
XYZ7.524.363.58-
YUV54.26126.16168.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.04%
GREEN value IS 26 (10.55% from 255) = 13.83%
BLUE value IS 51 (20.31% from 255) = 27.13%
R=59.04%
G=13.83%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111265100.770.540.56342.3562.0426.86
Hex6F1A3304D36381563e1b
Octal1573263011566705267633
Binary1101111110101100110100110111011011100010101011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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