Html Css Color HEX #6F1139 Pompadour

📋 copy color: '#6F1139'

red 111 ◦ green 17 ◦ blue 57

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

Shades of Pompadour #6F1139

Tints of Pompadour #6F1139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 30.81%

R = 60%
G = 9.19%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#6F1139 (or 0x6F1139) is known color: Pompadour. HEX triplet: 6F, 11 and 39. RGB value is (111,17,57). Sum of RGB (Red+Green+Blue) = 111+17+57=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1139 is #90EEC6. Grayscale: #313131. Windows color (decimal): -9498311 or 3740015. OLE color: 3740015.

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

Color convert

RGB 111 17 57 -
CMYK 0 0.85 0.49 0.56
HSL 334.47º 0.73% 0.25% -
HSV(B) 334.47º 0.85% 0.44% -
XYZ 7.49 4.08 4.26 -
YUV 49.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 111 17 57 0 0.85 0.49 0.56 334.47 0.73 0.25
Hex 6F 11 39 0 55 31 38 14E 49 19
Octal 157 21 71 0 125 61 70 516 111 31
Binary 1101111 10001 111001 0 1010101 110001 111000 101001110 1001001 11001

Color Harmonies of #6F1139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1139

Black with #6F1139

Text Example


Text Example

White with #6F1139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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