Html Css Color HEX #7F0D3C Pompadour

📋 copy color: '#7F0D3C'

red 127 ◦ green 13 ◦ blue 60

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

Shades of Pompadour #7F0D3C

Tints of Pompadour #7F0D3C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.5%

 BLUE value IS 60 (23.83% from 255) = 30%

R = 63.5%
G = 6.5%
B = 30%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#7F0D3C (or 0x7F0D3C) is known color: Pompadour. HEX triplet: 7F, 0D and 3C. RGB value is (127,13,60). Sum of RGB (Red+Green+Blue) = 127+13+60=200 (26% of max value = 765). Red value is 127 (50% from 255 or 63.5% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0D3C is #80F2C3. Grayscale: #343434. Windows color (decimal): -8450756 or 3935615. OLE color: 3935615.

HSL color Cylindrical-coordinate representation of color #7F0D3C: hue angle of 335.26º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F0D3C is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 13 60 -
CMYK 0 0.90 0.53 0.50
HSL 335.26º 0.81% 0.27% -
HSV(B) 335.26º 0.9% 0.5% -
XYZ 9.71 5.13 4.75 -
YUV 52.44 132.27 181.18 -
System Red Green Blue C M Y K H S L
Decimal 127 13 60 0 0.90 0.53 0.50 335.26 0.81 0.27
Hex 7F D 3C 0 5A 35 32 14F 51 1B
Octal 177 15 74 0 132 65 62 517 121 33
Binary 1111111 1101 111100 0 1011010 110101 110010 101001111 1010001 11011

Color Harmonies of #7F0D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0D3C

Black with #7F0D3C

Text Example


Text Example

White with #7F0D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,13,60); }

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

background-color css

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

 a { background-color: rgb(127,13,60); }

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

border-color css

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

 span { border-color: rgb(127,13,60); }

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