Html Css Color HEX #6F0E33 Claret

📋 copy color: '#6F0E33'

red 111 ◦ green 14 ◦ blue 51

#6F0E33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #6F0E33

Tints of Claret #6F0E33

RGB

 RED value IS 111 (43.75% from 255) = 63.07%

 GREEN value IS 14 (5.86% from 255) = 7.95%

 BLUE value IS 51 (20.31% from 255) = 28.98%

R = 63.07%
G = 7.95%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#6F0E33 (or 0x6F0E33) is known color: Claret. HEX triplet: 6F, 0E and 33. RGB value is (111,14,51). Sum of RGB (Red+Green+Blue) = 111+14+51=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0E33 is #90F1CC. Grayscale: #2F2F2F. Windows color (decimal): -9499085 or 3346031. OLE color: 3346031.

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

Color convert

RGB 111 14 51 -
CMYK 0 0.87 0.54 0.56
HSL 337.11º 0.78% 0.25% -
HSV(B) 337.11º 0.87% 0.44% -
XYZ 7.31 3.93 3.51 -
YUV 47.22 130.14 173.49 -
System Red Green Blue C M Y K H S L
Decimal 111 14 51 0 0.87 0.54 0.56 337.11 0.78 0.25
Hex 6F E 33 0 57 36 38 151 4E 19
Octal 157 16 63 0 127 66 70 521 116 31
Binary 1101111 1110 110011 0 1010111 110110 111000 101010001 1001110 11001

Color Harmonies of #6F0E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0E33

Black with #6F0E33

Text Example


Text Example

White with #6F0E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F0E33;
 }
 .AnyTagClassName
 {
   color: #6F0E33;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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