Html Css Color HEX #7F1343 Pompadour

📋 copy color: '#7F1343'

red 127 ◦ green 19 ◦ blue 67

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

Shades of Pompadour #7F1343

Tints of Pompadour #7F1343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.46%

R = 59.62%
G = 8.92%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#7F1343 (or 0x7F1343) is known color: Pompadour. HEX triplet: 7F, 13 and 43. RGB value is (127,19,67). Sum of RGB (Red+Green+Blue) = 127+19+67=213 (28% of max value = 765). Red value is 127 (50% from 255 or 59.62% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1343 is #80ECBC. Grayscale: #383838. Windows color (decimal): -8449213 or 4395903. OLE color: 4395903.

HSL color Cylindrical-coordinate representation of color #7F1343: hue angle of 333.33º 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 #7F1343 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 19 67 -
CMYK 0 0.85 0.47 0.50
HSL 333.33º 0.74% 0.29% -
HSV(B) 333.33º 0.85% 0.5% -
XYZ 10 5.38 5.82 -
YUV 56.76 133.78 178.1 -
System Red Green Blue C M Y K H S L
Decimal 127 19 67 0 0.85 0.47 0.50 333.33 0.74 0.29
Hex 7F 13 43 0 55 2F 32 14D 4A 1D
Octal 177 23 103 0 125 57 62 515 112 35
Binary 1111111 10011 1000011 0 1010101 101111 110010 101001101 1001010 11101

Color Harmonies of #7F1343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1343

Black with #7F1343

Text Example


Text Example

White with #7F1343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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