Html Css Color HEX #781B45 Pompadour

📋 copy color: '#781B45'

red 120 ◦ green 27 ◦ blue 69

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

Shades of Pompadour #781B45

Tints of Pompadour #781B45

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.5%

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

R = 55.56%
G = 12.5%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#781B45 (or 0x781B45) is known color: Pompadour. HEX triplet: 78, 1B and 45. RGB value is (120,27,69). Sum of RGB (Red+Green+Blue) = 120+27+69=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #781B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B45 is #87E4BA. Grayscale: #3B3B3B. Windows color (decimal): -8905915 or 4529016. OLE color: 4529016.

HSL color Cylindrical-coordinate representation of color #781B45: hue angle of 332.9º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781B45 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 27 69 -
CMYK 0 0.78 0.42 0.53
HSL 332.9º 0.63% 0.29% -
HSV(B) 332.9º 0.78% 0.47% -
XYZ 9.21 5.21 6.15 -
YUV 59.6 133.31 171.08 -
System Red Green Blue C M Y K H S L
Decimal 120 27 69 0 0.78 0.42 0.53 332.9 0.63 0.29
Hex 78 1B 45 0 4E 2A 35 14D 3F 1D
Octal 170 33 105 0 116 52 65 515 77 35
Binary 1111000 11011 1000101 0 1001110 101010 110101 101001101 111111 11101

Color Harmonies of #781B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781B45

Black with #781B45

Text Example


Text Example

White with #781B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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