Html Css Color HEX #781943 Pompadour

📋 copy color: '#781943'

red 120 ◦ green 25 ◦ blue 67

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

Shades of Pompadour #781943

Tints of Pompadour #781943

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.79%

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

R = 56.6%
G = 11.79%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#781943 (or 0x781943) is known color: Pompadour. HEX triplet: 78, 19 and 43. RGB value is (120,25,67). Sum of RGB (Red+Green+Blue) = 120+25+67=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #781943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781943 is #87E6BC. Grayscale: #3A3A3A. Windows color (decimal): -8906429 or 4397432. OLE color: 4397432.

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

Color convert

RGB 120 25 67 -
CMYK 0 0.79 0.44 0.53
HSL 333.47º 0.66% 0.28% -
HSV(B) 333.47º 0.79% 0.47% -
XYZ 9.11 5.09 5.81 -
YUV 58.19 132.97 172.08 -
System Red Green Blue C M Y K H S L
Decimal 120 25 67 0 0.79 0.44 0.53 333.47 0.66 0.28
Hex 78 19 43 0 4F 2C 35 14D 42 1C
Octal 170 31 103 0 117 54 65 515 102 34
Binary 1111000 11001 1000011 0 1001111 101100 110101 101001101 1000010 11100

Color Harmonies of #781943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781943

Black with #781943

Text Example


Text Example

White with #781943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781943; }

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

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

background-color css

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

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

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

border-color css

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

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

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