Html Css Color HEX #78143D Pompadour

📋 copy color: '#78143D'

red 120 ◦ green 20 ◦ blue 61

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

Shades of Pompadour #78143D

Tints of Pompadour #78143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.35%

R = 59.7%
G = 9.95%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#78143D (or 0x78143D) is known color: Pompadour. HEX triplet: 78, 14 and 3D. RGB value is (120,20,61). Sum of RGB (Red+Green+Blue) = 120+20+61=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78143D is #87EBC2. Grayscale: #363636. Windows color (decimal): -8907715 or 4002936. OLE color: 4002936.

HSL color Cylindrical-coordinate representation of color #78143D: hue angle of 335.4º 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 #78143D is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 20 61 -
CMYK 0 0.83 0.49 0.53
HSL 335.4º 0.71% 0.27% -
HSV(B) 335.4º 0.83% 0.47% -
XYZ 8.84 4.83 4.88 -
YUV 54.57 131.63 174.67 -
System Red Green Blue C M Y K H S L
Decimal 120 20 61 0 0.83 0.49 0.53 335.4 0.71 0.27
Hex 78 14 3D 0 53 31 35 14F 47 1B
Octal 170 24 75 0 123 61 65 517 107 33
Binary 1111000 10100 111101 0 1010011 110001 110101 101001111 1000111 11011

Color Harmonies of #78143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78143D

Black with #78143D

Text Example


Text Example

White with #78143D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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