Html Css Color HEX #78183D Pompadour

📋 copy color: '#78183D'

red 120 ◦ green 24 ◦ blue 61

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

Shades of Pompadour #78183D

Tints of Pompadour #78183D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.71%

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

R = 58.54%
G = 11.71%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#78183D (or 0x78183D) is known color: Pompadour. HEX triplet: 78, 18 and 3D. RGB value is (120,24,61). Sum of RGB (Red+Green+Blue) = 120+24+61=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #78183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78183D is #87E7C2. Grayscale: #383838. Windows color (decimal): -8906691 or 4003960. OLE color: 4003960.

HSL color Cylindrical-coordinate representation of color #78183D: hue angle of 336.88º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78183D is Cyan = 0, Magento = 0.8, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 24 61 -
CMYK 0 0.8 0.49 0.53
HSL 336.88º 0.67% 0.28% -
HSV(B) 336.88º 0.8% 0.47% -
XYZ 8.91 4.98 4.91 -
YUV 56.92 130.3 172.99 -
System Red Green Blue C M Y K H S L
Decimal 120 24 61 0 0.8 0.49 0.53 336.88 0.67 0.28
Hex 78 18 3D 0 50 31 35 151 43 1C
Octal 170 30 75 0 120 61 65 521 103 34
Binary 1111000 11000 111101 0 1010000 110001 110101 101010001 1000011 11100

Color Harmonies of #78183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78183D

Black with #78183D

Text Example


Text Example

White with #78183D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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