Html Css Color HEX #7F133E Pompadour

📋 copy color: '#7F133E'

red 127 ◦ green 19 ◦ blue 62

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

Shades of Pompadour #7F133E

Tints of Pompadour #7F133E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.13%

 BLUE value IS 62 (24.61% from 255) = 29.81%

R = 61.06%
G = 9.13%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#7F133E (or 0x7F133E) is known color: Pompadour. HEX triplet: 7F, 13 and 3E. RGB value is (127,19,62). Sum of RGB (Red+Green+Blue) = 127+19+62=208 (27% of max value = 765). Red value is 127 (50% from 255 or 61.06% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 127 - color contains mainly: red. Hex color #7F133E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F133E is #80ECC1. Grayscale: #383838. Windows color (decimal): -8449218 or 4068223. OLE color: 4068223.

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

Color convert

RGB 127 19 62 -
CMYK 0 0.85 0.51 0.50
HSL 336.11º 0.74% 0.29% -
HSV(B) 336.11º 0.85% 0.5% -
XYZ 9.85 5.33 5.07 -
YUV 56.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 127 19 62 0 0.85 0.51 0.50 336.11 0.74 0.29
Hex 7F 13 3E 0 55 33 32 150 4A 1D
Octal 177 23 76 0 125 63 62 520 112 35
Binary 1111111 10011 111110 0 1010101 110011 110010 101010000 1001010 11101

Color Harmonies of #7F133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F133E

Black with #7F133E

Text Example


Text Example

White with #7F133E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,19,62); }

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

background-color css

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

 a { background-color: rgb(127,19,62); }

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

border-color css

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

 span { border-color: rgb(127,19,62); }

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