Html Css Color HEX #7F0F3F Pompadour

📋 copy color: '#7F0F3F'

red 127 ◦ green 15 ◦ blue 63

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

Shades of Pompadour #7F0F3F

Tints of Pompadour #7F0F3F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.32%

 BLUE value IS 63 (25% from 255) = 30.73%

R = 61.95%
G = 7.32%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F0F3F (or 0x7F0F3F) is known color: Pompadour. HEX triplet: 7F, 0F and 3F. RGB value is (127,15,63). Sum of RGB (Red+Green+Blue) = 127+15+63=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0F3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0F3F is #80F0C0. Grayscale: #353535. Windows color (decimal): -8450241 or 4132735. OLE color: 4132735.

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

Color convert

RGB 127 15 63 -
CMYK 0 0.88 0.50 0.50
HSL 334.29º 0.79% 0.28% -
HSV(B) 334.29º 0.88% 0.5% -
XYZ 9.82 5.21 5.19 -
YUV 53.96 133.11 180.1 -
System Red Green Blue C M Y K H S L
Decimal 127 15 63 0 0.88 0.50 0.50 334.29 0.79 0.28
Hex 7F F 3F 0 58 32 32 14E 4F 1C
Octal 177 17 77 0 130 62 62 516 117 34
Binary 1111111 1111 111111 0 1011000 110010 110010 101001110 1001111 11100

Color Harmonies of #7F0F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0F3F

Black with #7F0F3F

Text Example


Text Example

White with #7F0F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,15,63); }

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

background-color css

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

 a { background-color: rgb(127,15,63); }

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

border-color css

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

 span { border-color: rgb(127,15,63); }

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