Html Css Color HEX #78193F Pompadour

📋 copy color: '#78193F'

red 120 ◦ green 25 ◦ blue 63

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

Shades of Pompadour #78193F

Tints of Pompadour #78193F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.29%

R = 57.69%
G = 12.02%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#78193F (or 0x78193F) is known color: Pompadour. HEX triplet: 78, 19 and 3F. RGB value is (120,25,63). Sum of RGB (Red+Green+Blue) = 120+25+63=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #78193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78193F is #87E6C0. Grayscale: #393939. Windows color (decimal): -8906433 or 4135288. OLE color: 4135288.

HSL color Cylindrical-coordinate representation of color #78193F: hue angle of 336º 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 #78193F is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 25 63 -
CMYK 0 0.79 0.48 0.53
HSL 336º 0.66% 0.28% -
HSV(B) 336º 0.79% 0.47% -
XYZ 8.99 5.05 5.2 -
YUV 57.74 130.97 172.41 -
System Red Green Blue C M Y K H S L
Decimal 120 25 63 0 0.79 0.48 0.53 336 0.66 0.28
Hex 78 19 3F 0 4F 30 35 150 42 1C
Octal 170 31 77 0 117 60 65 520 102 34
Binary 1111000 11001 111111 0 1001111 110000 110101 101010000 1000010 11100

Color Harmonies of #78193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78193F

Black with #78193F

Text Example


Text Example

White with #78193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78193F; }

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

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

background-color css

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

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

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

border-color css

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

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

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