Html Css Color HEX #78193D Pompadour

📋 copy color: '#78193D'

red 120 ◦ green 25 ◦ blue 61

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

Shades of Pompadour #78193D

Tints of Pompadour #78193D

RGB

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

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

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

R = 58.25%
G = 12.14%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#78193D (or 0x78193D) is known color: Pompadour. HEX triplet: 78, 19 and 3D. RGB value is (120,25,61). Sum of RGB (Red+Green+Blue) = 120+25+61=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #78193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78193D is #87E6C2. Grayscale: #393939. Windows color (decimal): -8906435 or 4004216. OLE color: 4004216.

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

Color convert

RGB 120 25 61 -
CMYK 0 0.79 0.49 0.53
HSL 337.26º 0.66% 0.28% -
HSV(B) 337.26º 0.79% 0.47% -
XYZ 8.94 5.03 4.91 -
YUV 57.51 129.97 172.57 -
System Red Green Blue C M Y K H S L
Decimal 120 25 61 0 0.79 0.49 0.53 337.26 0.66 0.28
Hex 78 19 3D 0 4F 31 35 151 42 1C
Octal 170 31 75 0 117 61 65 521 102 34
Binary 1111000 11001 111101 0 1001111 110001 110101 101010001 1000010 11100

Color Harmonies of #78193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78193D

Black with #78193D

Text Example


Text Example

White with #78193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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