Html Css Color HEX #78103F Pompadour

📋 copy color: '#78103F'

red 120 ◦ green 16 ◦ blue 63

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

Shades of Pompadour #78103F

Tints of Pompadour #78103F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.04%

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

R = 60.3%
G = 8.04%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#78103F (or 0x78103F) is known color: Pompadour. HEX triplet: 78, 10 and 3F. RGB value is (120,16,63). Sum of RGB (Red+Green+Blue) = 120+16+63=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78103F is #87EFC0. Grayscale: #343434. Windows color (decimal): -8908737 or 4132984. OLE color: 4132984.

HSL color Cylindrical-coordinate representation of color #78103F: hue angle of 332.88º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #78103F is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 16 63 -
CMYK 0 0.87 0.48 0.53
HSL 332.88º 0.76% 0.27% -
HSV(B) 332.88º 0.87% 0.47% -
XYZ 8.83 4.72 5.15 -
YUV 52.45 133.96 176.18 -
System Red Green Blue C M Y K H S L
Decimal 120 16 63 0 0.87 0.48 0.53 332.88 0.76 0.27
Hex 78 10 3F 0 57 30 35 14D 4C 1B
Octal 170 20 77 0 127 60 65 515 114 33
Binary 1111000 10000 111111 0 1010111 110000 110101 101001101 1001100 11011

Color Harmonies of #78103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78103F

Black with #78103F

Text Example


Text Example

White with #78103F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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