Html Css Color HEX #78103C Pompadour

📋 copy color: '#78103C'

red 120 ◦ green 16 ◦ blue 60

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

Shades of Pompadour #78103C

Tints of Pompadour #78103C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.61%

R = 61.22%
G = 8.16%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#78103C (or 0x78103C) is known color: Pompadour. HEX triplet: 78, 10 and 3C. RGB value is (120,16,60). Sum of RGB (Red+Green+Blue) = 120+16+60=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #78103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78103C is #87EFC3. Grayscale: #343434. Windows color (decimal): -8908740 or 3936376. OLE color: 3936376.

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

Color convert

RGB 120 16 60 -
CMYK 0 0.87 0.5 0.53
HSL 334.62º 0.76% 0.27% -
HSV(B) 334.62º 0.87% 0.47% -
XYZ 8.75 4.69 4.72 -
YUV 52.11 132.46 176.42 -
System Red Green Blue C M Y K H S L
Decimal 120 16 60 0 0.87 0.5 0.53 334.62 0.76 0.27
Hex 78 10 3C 0 57 32 35 14F 4C 1B
Octal 170 20 74 0 127 62 65 517 114 33
Binary 1111000 10000 111100 0 1010111 110010 110101 101001111 1001100 11011

Color Harmonies of #78103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78103C

Black with #78103C

Text Example


Text Example

White with #78103C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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