Html Css Color HEX #7F183F Pompadour

📋 copy color: '#7F183F'

red 127 ◦ green 24 ◦ blue 63

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

Shades of Pompadour #7F183F

Tints of Pompadour #7F183F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.21%

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

R = 59.35%
G = 11.21%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F183F (or 0x7F183F) is known color: Pompadour. HEX triplet: 7F, 18 and 3F. RGB value is (127,24,63). Sum of RGB (Red+Green+Blue) = 127+24+63=214 (28% of max value = 765). Red value is 127 (50% from 255 or 59.35% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 127 - color contains mainly: red. Hex color #7F183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F183F is #80E7C0. Grayscale: #3B3B3B. Windows color (decimal): -8447937 or 4135039. OLE color: 4135039.

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

Color convert

RGB 127 24 63 -
CMYK 0 0.81 0.50 0.50
HSL 337.28º 0.68% 0.3% -
HSV(B) 337.28º 0.81% 0.5% -
XYZ 9.98 5.52 5.24 -
YUV 59.24 130.12 176.33 -
System Red Green Blue C M Y K H S L
Decimal 127 24 63 0 0.81 0.50 0.50 337.28 0.68 0.3
Hex 7F 18 3F 0 51 32 32 151 44 1E
Octal 177 30 77 0 121 62 62 521 104 36
Binary 1111111 11000 111111 0 1010001 110010 110010 101010001 1000100 11110

Color Harmonies of #7F183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F183F

Black with #7F183F

Text Example


Text Example

White with #7F183F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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