Html Css Color HEX #781850 Pompadour

📋 copy color: '#781850'

red 120 ◦ green 24 ◦ blue 80

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

Shades of Pompadour #781850

Tints of Pompadour #781850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 53.57%
G = 10.71%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#781850 (or 0x781850) is known color: Pompadour. HEX triplet: 78, 18 and 50. RGB value is (120,24,80). Sum of RGB (Red+Green+Blue) = 120+24+80=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #781850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781850 is #87E7AF. Grayscale: #3A3A3A. Windows color (decimal): -8906672 or 5249144. OLE color: 5249144.

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

Color convert

RGB 120 24 80 -
CMYK 0 0.8 0.33 0.53
HSL 325º 0.67% 0.28% -
HSV(B) 325º 0.8% 0.47% -
XYZ 9.52 5.23 8.1 -
YUV 59.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 120 24 80 0 0.8 0.33 0.53 325 0.67 0.28
Hex 78 18 50 0 50 21 35 145 43 1C
Octal 170 30 120 0 120 41 65 505 103 34
Binary 1111000 11000 1010000 0 1010000 100001 110101 101000101 1000011 11100

Color Harmonies of #781850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781850

Black with #781850

Text Example


Text Example

White with #781850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781850; }

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

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

background-color css

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

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

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

border-color css

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

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

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