Html Css Color HEX #78143A Pompadour

📋 copy color: '#78143A'

red 120 ◦ green 20 ◦ blue 58

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

Shades of Pompadour #78143A

Tints of Pompadour #78143A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.1%

 BLUE value IS 58 (23.05% from 255) = 29.29%

R = 60.61%
G = 10.1%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#78143A (or 0x78143A) is known color: Pompadour. HEX triplet: 78, 14 and 3A. RGB value is (120,20,58). Sum of RGB (Red+Green+Blue) = 120+20+58=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #78143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78143A is #87EBC5. Grayscale: #363636. Windows color (decimal): -8907718 or 3806328. OLE color: 3806328.

HSL color Cylindrical-coordinate representation of color #78143A: hue angle of 337.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78143A is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 20 58 -
CMYK 0 0.83 0.52 0.53
HSL 337.2º 0.71% 0.27% -
HSV(B) 337.2º 0.83% 0.47% -
XYZ 8.76 4.8 4.47 -
YUV 54.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 120 20 58 0 0.83 0.52 0.53 337.2 0.71 0.27
Hex 78 14 3A 0 53 34 35 151 47 1B
Octal 170 24 72 0 123 64 65 521 107 33
Binary 1111000 10100 111010 0 1010011 110100 110101 101010001 1000111 11011

Color Harmonies of #78143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78143A

Black with #78143A

Text Example


Text Example

White with #78143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78143A; }

 p { color: rgb(120,20,58); }

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

background-color css

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

 a { background-color: rgb(120,20,58); }

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

border-color css

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

 span { border-color: rgb(120,20,58); }

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