Html Css Color HEX #781D42 Pompadour

📋 copy color: '#781D42'

red 120 ◦ green 29 ◦ blue 66

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

Shades of Pompadour #781D42

Tints of Pompadour #781D42

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.49%

 BLUE value IS 66 (26.17% from 255) = 30.7%

R = 55.81%
G = 13.49%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#781D42 (or 0x781D42) is known color: Pompadour. HEX triplet: 78, 1D and 42. RGB value is (120,29,66). Sum of RGB (Red+Green+Blue) = 120+29+66=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #781D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D42 is #87E2BD. Grayscale: #3C3C3C. Windows color (decimal): -8905406 or 4332920. OLE color: 4332920.

HSL color Cylindrical-coordinate representation of color #781D42: hue angle of 335.6º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781D42 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 29 66 -
CMYK 0 0.76 0.45 0.53
HSL 335.6º 0.61% 0.29% -
HSV(B) 335.6º 0.76% 0.47% -
XYZ 9.17 5.27 5.69 -
YUV 60.43 131.15 170.49 -
System Red Green Blue C M Y K H S L
Decimal 120 29 66 0 0.76 0.45 0.53 335.6 0.61 0.29
Hex 78 1D 42 0 4C 2D 35 150 3D 1D
Octal 170 35 102 0 114 55 65 520 75 35
Binary 1111000 11101 1000010 0 1001100 101101 110101 101010000 111101 11101

Color Harmonies of #781D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781D42

Black with #781D42

Text Example


Text Example

White with #781D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,29,66); }

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

background-color css

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

 a { background-color: rgb(120,29,66); }

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

border-color css

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

 span { border-color: rgb(120,29,66); }

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