Html Css Color HEX #781342 Pompadour

📋 copy color: '#781342'

red 120 ◦ green 19 ◦ blue 66

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

Shades of Pompadour #781342

Tints of Pompadour #781342

RGB

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

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

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

R = 58.54%
G = 9.27%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#781342 (or 0x781342) is known color: Pompadour. HEX triplet: 78, 13 and 42. RGB value is (120,19,66). Sum of RGB (Red+Green+Blue) = 120+19+66=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #781342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781342 is #87ECBD. Grayscale: #363636. Windows color (decimal): -8907966 or 4330360. OLE color: 4330360.

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

Color convert

RGB 120 19 66 -
CMYK 0 0.84 0.45 0.53
HSL 332.08º 0.73% 0.27% -
HSV(B) 332.08º 0.84% 0.47% -
XYZ 8.96 4.85 5.62 -
YUV 54.56 134.46 174.68 -
System Red Green Blue C M Y K H S L
Decimal 120 19 66 0 0.84 0.45 0.53 332.08 0.73 0.27
Hex 78 13 42 0 54 2D 35 14C 49 1B
Octal 170 23 102 0 124 55 65 514 111 33
Binary 1111000 10011 1000010 0 1010100 101101 110101 101001100 1001001 11011

Color Harmonies of #781342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781342

Black with #781342

Text Example


Text Example

White with #781342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781342; }

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

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

background-color css

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

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

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

border-color css

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

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

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