Html Css Color HEX #7F143E Pompadour

📋 copy color: '#7F143E'

red 127 ◦ green 20 ◦ blue 62

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

Shades of Pompadour #7F143E

Tints of Pompadour #7F143E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.57%

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

R = 60.77%
G = 9.57%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#7F143E (or 0x7F143E) is known color: Pompadour. HEX triplet: 7F, 14 and 3E. RGB value is (127,20,62). Sum of RGB (Red+Green+Blue) = 127+20+62=209 (27% of max value = 765). Red value is 127 (50% from 255 or 60.77% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 127 - color contains mainly: red. Hex color #7F143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F143E is #80EBC1. Grayscale: #383838. Windows color (decimal): -8448962 or 4068479. OLE color: 4068479.

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

Color convert

RGB 127 20 62 -
CMYK 0 0.84 0.51 0.50
HSL 336.45º 0.73% 0.29% -
HSV(B) 336.45º 0.84% 0.5% -
XYZ 9.87 5.36 5.07 -
YUV 56.78 130.95 178.08 -
System Red Green Blue C M Y K H S L
Decimal 127 20 62 0 0.84 0.51 0.50 336.45 0.73 0.29
Hex 7F 14 3E 0 54 33 32 150 49 1D
Octal 177 24 76 0 124 63 62 520 111 35
Binary 1111111 10100 111110 0 1010100 110011 110010 101010000 1001001 11101

Color Harmonies of #7F143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F143E

Black with #7F143E

Text Example


Text Example

White with #7F143E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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