Html Css Color HEX #781545 Pompadour

📋 copy color: '#781545'

red 120 ◦ green 21 ◦ blue 69

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

Shades of Pompadour #781545

Tints of Pompadour #781545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 32.86%

R = 57.14%
G = 10%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#781545 (or 0x781545) is known color: Pompadour. HEX triplet: 78, 15 and 45. RGB value is (120,21,69). Sum of RGB (Red+Green+Blue) = 120+21+69=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #781545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781545 is #87EABA. Grayscale: #373737. Windows color (decimal): -8907451 or 4527480. OLE color: 4527480.

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

Color convert

RGB 120 21 69 -
CMYK 0 0.83 0.42 0.53
HSL 330.91º 0.7% 0.28% -
HSV(B) 330.91º 0.83% 0.47% -
XYZ 9.09 4.96 6.11 -
YUV 56.07 135.3 173.6 -
System Red Green Blue C M Y K H S L
Decimal 120 21 69 0 0.83 0.42 0.53 330.91 0.7 0.28
Hex 78 15 45 0 53 2A 35 14B 46 1C
Octal 170 25 105 0 123 52 65 513 106 34
Binary 1111000 10101 1000101 0 1010011 101010 110101 101001011 1000110 11100

Color Harmonies of #781545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781545

Black with #781545

Text Example


Text Example

White with #781545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781545; }

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

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

background-color css

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

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

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

border-color css

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

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

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