Html Css Color HEX #781043 Pompadour

📋 copy color: '#781043'

red 120 ◦ green 16 ◦ blue 67

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

Shades of Pompadour #781043

Tints of Pompadour #781043

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

 BLUE value IS 67 (26.56% from 255) = 33%

R = 59.11%
G = 7.88%
B = 33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#781043 (or 0x781043) is known color: Pompadour. HEX triplet: 78, 10 and 43. RGB value is (120,16,67). Sum of RGB (Red+Green+Blue) = 120+16+67=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #781043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781043 is #87EFBC. Grayscale: #343434. Windows color (decimal): -8908733 or 4395128. OLE color: 4395128.

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

Color convert

RGB 120 16 67 -
CMYK 0 0.87 0.44 0.53
HSL 330.58º 0.76% 0.27% -
HSV(B) 330.58º 0.87% 0.47% -
XYZ 8.94 4.77 5.76 -
YUV 52.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 120 16 67 0 0.87 0.44 0.53 330.58 0.76 0.27
Hex 78 10 43 0 57 2C 35 14B 4C 1B
Octal 170 20 103 0 127 54 65 513 114 33
Binary 1111000 10000 1000011 0 1010111 101100 110101 101001011 1001100 11011

Color Harmonies of #781043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781043

Black with #781043

Text Example


Text Example

White with #781043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781043; }

 p { color: rgb(120,16,67); }

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

background-color css

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

 a { background-color: rgb(120,16,67); }

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

border-color css

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

 span { border-color: rgb(120,16,67); }

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