Html Css Color HEX #78103B Pompadour

📋 copy color: '#78103B'

red 120 ◦ green 16 ◦ blue 59

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

Shades of Pompadour #78103B

Tints of Pompadour #78103B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.26%

R = 61.54%
G = 8.21%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#78103B (or 0x78103B) is known color: Pompadour. HEX triplet: 78, 10 and 3B. RGB value is (120,16,59). Sum of RGB (Red+Green+Blue) = 120+16+59=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #78103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78103B is #87EFC4. Grayscale: #333333. Windows color (decimal): -8908741 or 3870840. OLE color: 3870840.

HSL color Cylindrical-coordinate representation of color #78103B: hue angle of 335.19º 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 #78103B is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 16 59 -
CMYK 0 0.87 0.51 0.53
HSL 335.19º 0.76% 0.27% -
HSV(B) 335.19º 0.87% 0.47% -
XYZ 8.72 4.68 4.58 -
YUV 52 131.96 176.5 -
System Red Green Blue C M Y K H S L
Decimal 120 16 59 0 0.87 0.51 0.53 335.19 0.76 0.27
Hex 78 10 3B 0 57 33 35 14F 4C 1B
Octal 170 20 73 0 127 63 65 517 114 33
Binary 1111000 10000 111011 0 1010111 110011 110101 101001111 1001100 11011

Color Harmonies of #78103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78103B

Black with #78103B

Text Example


Text Example

White with #78103B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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