Html Css Color HEX #6F1136 Pompadour

📋 copy color: '#6F1136'

red 111 ◦ green 17 ◦ blue 54

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

Shades of Pompadour #6F1136

Tints of Pompadour #6F1136

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.34%

 BLUE value IS 54 (21.48% from 255) = 29.67%

R = 60.99%
G = 9.34%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#6F1136 (or 0x6F1136) is known color: Pompadour. HEX triplet: 6F, 11 and 36. RGB value is (111,17,54). Sum of RGB (Red+Green+Blue) = 111+17+54=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1136 is #90EEC9. Grayscale: #313131. Windows color (decimal): -9498314 or 3543407. OLE color: 3543407.

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

Color convert

RGB 111 17 54 -
CMYK 0 0.85 0.51 0.56
HSL 336.38º 0.73% 0.25% -
HSV(B) 336.38º 0.85% 0.44% -
XYZ 7.42 4.05 3.88 -
YUV 49.32 130.64 171.99 -
System Red Green Blue C M Y K H S L
Decimal 111 17 54 0 0.85 0.51 0.56 336.38 0.73 0.25
Hex 6F 11 36 0 55 33 38 150 49 19
Octal 157 21 66 0 125 63 70 520 111 31
Binary 1101111 10001 110110 0 1010101 110011 111000 101010000 1001001 11001

Color Harmonies of #6F1136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1136

Black with #6F1136

Text Example


Text Example

White with #6F1136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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