Html Css Color HEX #7F1352 Pompadour

📋 copy color: '#7F1352'

red 127 ◦ green 19 ◦ blue 82

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

Shades of Pompadour #7F1352

Tints of Pompadour #7F1352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.96%

R = 55.7%
G = 8.33%
B = 35.96%

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

#7F1352 (or 0x7F1352) is known color: Pompadour. HEX triplet: 7F, 13 and 52. RGB value is (127,19,82). Sum of RGB (Red+Green+Blue) = 127+19+82=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1352 is #80ECAD. Grayscale: #3A3A3A. Windows color (decimal): -8449198 or 5378943. OLE color: 5378943.

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

Color convert

RGB 127 19 82 -
CMYK 0 0.85 0.35 0.50
HSL 325º 0.74% 0.29% -
HSV(B) 325º 0.85% 0.5% -
XYZ 10.51 5.59 8.51 -
YUV 58.47 141.28 176.88 -
System Red Green Blue C M Y K H S L
Decimal 127 19 82 0 0.85 0.35 0.50 325 0.74 0.29
Hex 7F 13 52 0 55 23 32 145 4A 1D
Octal 177 23 122 0 125 43 62 505 112 35
Binary 1111111 10011 1010010 0 1010101 100011 110010 101000101 1001010 11101

Color Harmonies of #7F1352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1352

Black with #7F1352

Text Example


Text Example

White with #7F1352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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