Html Css Color HEX #781343 Pompadour

📋 copy color: '#781343'

red 120 ◦ green 19 ◦ blue 67

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

Shades of Pompadour #781343

Tints of Pompadour #781343

RGB

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

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

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

R = 58.25%
G = 9.22%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#781343 (or 0x781343) is known color: Pompadour. HEX triplet: 78, 13 and 43. RGB value is (120,19,67). Sum of RGB (Red+Green+Blue) = 120+19+67=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #781343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781343 is #87ECBC. Grayscale: #363636. Windows color (decimal): -8907965 or 4395896. OLE color: 4395896.

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

Color convert

RGB 120 19 67 -
CMYK 0 0.84 0.44 0.53
HSL 331.49º 0.73% 0.27% -
HSV(B) 331.49º 0.84% 0.47% -
XYZ 8.99 4.86 5.78 -
YUV 54.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 120 19 67 0 0.84 0.44 0.53 331.49 0.73 0.27
Hex 78 13 43 0 54 2C 35 14B 49 1B
Octal 170 23 103 0 124 54 65 513 111 33
Binary 1111000 10011 1000011 0 1010100 101100 110101 101001011 1001001 11011

Color Harmonies of #781343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781343

Black with #781343

Text Example


Text Example

White with #781343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781343; }

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

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

background-color css

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

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

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

border-color css

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

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

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