Html Css Color HEX #781558 Pompadour

📋 copy color: '#781558'

red 120 ◦ green 21 ◦ blue 88

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

Shades of Pompadour #781558

Tints of Pompadour #781558

RGB

 RED value IS 120 (47.27% from 255) = 52.4%

 GREEN value IS 21 (8.59% from 255) = 9.17%

 BLUE value IS 88 (34.77% from 255) = 38.43%

R = 52.4%
G = 9.17%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#781558 (or 0x781558) is known color: Pompadour. HEX triplet: 78, 15 and 58. RGB value is (120,21,88). Sum of RGB (Red+Green+Blue) = 120+21+88=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #781558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781558 is #87EAA7. Grayscale: #3A3A3A. Windows color (decimal): -8907432 or 5772664. OLE color: 5772664.

HSL color Cylindrical-coordinate representation of color #781558: hue angle of 319.39º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781558 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 21 88 -
CMYK 0 0.83 0.27 0.53
HSL 319.39º 0.7% 0.28% -
HSV(B) 319.39º 0.83% 0.47% -
XYZ 9.78 5.23 9.73 -
YUV 58.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 120 21 88 0 0.83 0.27 0.53 319.39 0.7 0.28
Hex 78 15 58 0 53 1B 35 13F 46 1C
Octal 170 25 130 0 123 33 65 477 106 34
Binary 1111000 10101 1011000 0 1010011 11011 110101 100111111 1000110 11100

Color Harmonies of #781558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781558

Black with #781558

Text Example


Text Example

White with #781558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781558; }

 p { color: rgb(120,21,88); }

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

background-color css

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

 a { background-color: rgb(120,21,88); }

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

border-color css

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

 span { border-color: rgb(120,21,88); }

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