Html Css Color HEX #781452 Pompadour

📋 copy color: '#781452'

red 120 ◦ green 20 ◦ blue 82

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

Shades of Pompadour #781452

Tints of Pompadour #781452

RGB

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

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

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

R = 54.05%
G = 9.01%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#781452 (or 0x781452) is known color: Pompadour. HEX triplet: 78, 14 and 52. RGB value is (120,20,82). Sum of RGB (Red+Green+Blue) = 120+20+82=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #781452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781452 is #87EBAD. Grayscale: #383838. Windows color (decimal): -8907694 or 5379192. OLE color: 5379192.

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

Color convert

RGB 120 20 82 -
CMYK 0 0.83 0.32 0.53
HSL 322.8º 0.71% 0.27% -
HSV(B) 322.8º 0.83% 0.47% -
XYZ 9.52 5.1 8.47 -
YUV 56.97 142.13 172.96 -
System Red Green Blue C M Y K H S L
Decimal 120 20 82 0 0.83 0.32 0.53 322.8 0.71 0.27
Hex 78 14 52 0 53 20 35 143 47 1B
Octal 170 24 122 0 123 40 65 503 107 33
Binary 1111000 10100 1010010 0 1010011 100000 110101 101000011 1000111 11011

Color Harmonies of #781452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781452

Black with #781452

Text Example


Text Example

White with #781452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781452; }

 p { color: rgb(120,20,82); }

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

background-color css

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

 a { background-color: rgb(120,20,82); }

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

border-color css

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

 span { border-color: rgb(120,20,82); }

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