Html Css Color HEX #7F0E3B Pompadour

📋 copy color: '#7F0E3B'

red 127 ◦ green 14 ◦ blue 59

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

Shades of Pompadour #7F0E3B

Tints of Pompadour #7F0E3B

RGB

 RED value IS 127 (50% from 255) = 63.5%

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

 BLUE value IS 59 (23.44% from 255) = 29.5%

R = 63.5%
G = 7%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#7F0E3B (or 0x7F0E3B) is known color: Pompadour. HEX triplet: 7F, 0E and 3B. RGB value is (127,14,59). Sum of RGB (Red+Green+Blue) = 127+14+59=200 (26% of max value = 765). Red value is 127 (50% from 255 or 63.5% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0E3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0E3B is #80F1C4. Grayscale: #343434. Windows color (decimal): -8450501 or 3870335. OLE color: 3870335.

HSL color Cylindrical-coordinate representation of color #7F0E3B: hue angle of 336.11º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F0E3B is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 14 59 -
CMYK 0 0.89 0.54 0.50
HSL 336.11º 0.8% 0.28% -
HSV(B) 336.11º 0.89% 0.5% -
XYZ 9.7 5.14 4.62 -
YUV 52.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 127 14 59 0 0.89 0.54 0.50 336.11 0.8 0.28
Hex 7F E 3B 0 59 36 32 150 50 1C
Octal 177 16 73 0 131 66 62 520 120 34
Binary 1111111 1110 111011 0 1011001 110110 110010 101010000 1010000 11100

Color Harmonies of #7F0E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0E3B

Black with #7F0E3B

Text Example


Text Example

White with #7F0E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F0E3B; }

 p { color: rgb(127,14,59); }

 H1.HeaderClassName
 {
   color: #7F0E3B;
 }
 .AnyTagClassName
 {
   color: #7F0E3B;
 }
</style>

background-color css

<style>
 a { background-color: #7F0E3B; }

 a { background-color: rgb(127,14,59); }

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

border-color css

<style>
 span { border-color: #7F0E3B; }

 span { border-color: rgb(127,14,59); }

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