Html Css Color HEX #7F103F Pompadour

📋 copy color: '#7F103F'

red 127 ◦ green 16 ◦ blue 63

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

Shades of Pompadour #7F103F

Tints of Pompadour #7F103F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.77%

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

R = 61.65%
G = 7.77%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F103F (or 0x7F103F) is known color: Pompadour. HEX triplet: 7F, 10 and 3F. RGB value is (127,16,63). Sum of RGB (Red+Green+Blue) = 127+16+63=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F103F is #80EFC0. Grayscale: #363636. Windows color (decimal): -8449985 or 4132991. OLE color: 4132991.

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

Color convert

RGB 127 16 63 -
CMYK 0 0.87 0.50 0.50
HSL 334.59º 0.78% 0.28% -
HSV(B) 334.59º 0.87% 0.5% -
XYZ 9.83 5.24 5.2 -
YUV 54.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 127 16 63 0 0.87 0.50 0.50 334.59 0.78 0.28
Hex 7F 10 3F 0 57 32 32 14F 4E 1C
Octal 177 20 77 0 127 62 62 517 116 34
Binary 1111111 10000 111111 0 1010111 110010 110010 101001111 1001110 11100

Color Harmonies of #7F103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F103F

Black with #7F103F

Text Example


Text Example

White with #7F103F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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