Html Css Color HEX #781853 Pompadour

📋 copy color: '#781853'

red 120 ◦ green 24 ◦ blue 83

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

Shades of Pompadour #781853

Tints of Pompadour #781853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

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

R = 52.86%
G = 10.57%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#781853 (or 0x781853) is known color: Pompadour. HEX triplet: 78, 18 and 53. RGB value is (120,24,83). Sum of RGB (Red+Green+Blue) = 120+24+83=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #781853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781853 is #87E7AC. Grayscale: #3B3B3B. Windows color (decimal): -8906669 or 5445752. OLE color: 5445752.

HSL color Cylindrical-coordinate representation of color #781853: hue angle of 323.12º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781853 is Cyan = 0, Magento = 0.8, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 24 83 -
CMYK 0 0.8 0.31 0.53
HSL 323.13º 0.67% 0.28% -
HSV(B) 323.13º 0.8% 0.47% -
XYZ 9.63 5.27 8.69 -
YUV 59.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 120 24 83 0 0.8 0.31 0.53 323.13 0.67 0.28
Hex 78 18 53 0 50 1F 35 143 43 1C
Octal 170 30 123 0 120 37 65 503 103 34
Binary 1111000 11000 1010011 0 1010000 11111 110101 101000011 1000011 11100

Color Harmonies of #781853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781853

Black with #781853

Text Example


Text Example

White with #781853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781853; }

 p { color: rgb(120,24,83); }

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

background-color css

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

 a { background-color: rgb(120,24,83); }

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

border-color css

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

 span { border-color: rgb(120,24,83); }

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