Html Css Color HEX #7F1353 Pompadour

📋 copy color: '#7F1353'

red 127 ◦ green 19 ◦ blue 83

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

Shades of Pompadour #7F1353

Tints of Pompadour #7F1353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.24%

R = 55.46%
G = 8.3%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#7F1353 (or 0x7F1353) is known color: Pompadour. HEX triplet: 7F, 13 and 53. RGB value is (127,19,83). Sum of RGB (Red+Green+Blue) = 127+19+83=229 (30% of max value = 765). Red value is 127 (50% from 255 or 55.46% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1353 is #80ECAC. Grayscale: #3A3A3A. Windows color (decimal): -8449197 or 5444479. OLE color: 5444479.

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

Color convert

RGB 127 19 83 -
CMYK 0 0.85 0.35 0.50
HSL 324.44º 0.74% 0.29% -
HSV(B) 324.44º 0.85% 0.5% -
XYZ 10.55 5.6 8.71 -
YUV 58.59 141.78 176.8 -
System Red Green Blue C M Y K H S L
Decimal 127 19 83 0 0.85 0.35 0.50 324.44 0.74 0.29
Hex 7F 13 53 0 55 23 32 144 4A 1D
Octal 177 23 123 0 125 43 62 504 112 35
Binary 1111111 10011 1010011 0 1010101 100011 110010 101000100 1001010 11101

Color Harmonies of #7F1353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1353

Black with #7F1353

Text Example


Text Example

White with #7F1353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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