Html Css Color HEX #781355 Pompadour

📋 copy color: '#781355'

red 120 ◦ green 19 ◦ blue 85

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

Shades of Pompadour #781355

Tints of Pompadour #781355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.95%

R = 53.57%
G = 8.48%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#781355 (or 0x781355) is known color: Pompadour. HEX triplet: 78, 13 and 55. RGB value is (120,19,85). Sum of RGB (Red+Green+Blue) = 120+19+85=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #781355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781355 is #87ECAA. Grayscale: #383838. Windows color (decimal): -8907947 or 5575544. OLE color: 5575544.

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

Color convert

RGB 120 19 85 -
CMYK 0 0.84 0.29 0.53
HSL 320.79º 0.73% 0.27% -
HSV(B) 320.79º 0.84% 0.47% -
XYZ 9.62 5.11 9.07 -
YUV 56.72 143.96 173.13 -
System Red Green Blue C M Y K H S L
Decimal 120 19 85 0 0.84 0.29 0.53 320.79 0.73 0.27
Hex 78 13 55 0 54 1D 35 141 49 1B
Octal 170 23 125 0 124 35 65 501 111 33
Binary 1111000 10011 1010101 0 1010100 11101 110101 101000001 1001001 11011

Color Harmonies of #781355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781355

Black with #781355

Text Example


Text Example

White with #781355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781355; }

 p { color: rgb(120,19,85); }

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

background-color css

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

 a { background-color: rgb(120,19,85); }

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

border-color css

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

 span { border-color: rgb(120,19,85); }

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