Html Css Color HEX #78123D Pompadour

📋 copy color: '#78123D'

red 120 ◦ green 18 ◦ blue 61

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

Shades of Pompadour #78123D

Tints of Pompadour #78123D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.05%

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

R = 60.3%
G = 9.05%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#78123D (or 0x78123D) is known color: Pompadour. HEX triplet: 78, 12 and 3D. RGB value is (120,18,61). Sum of RGB (Red+Green+Blue) = 120+18+61=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78123D is #87EDC2. Grayscale: #353535. Windows color (decimal): -8908227 or 4002424. OLE color: 4002424.

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

Color convert

RGB 120 18 61 -
CMYK 0 0.85 0.49 0.53
HSL 334.71º 0.74% 0.27% -
HSV(B) 334.71º 0.85% 0.47% -
XYZ 8.8 4.76 4.87 -
YUV 53.4 132.29 175.5 -
System Red Green Blue C M Y K H S L
Decimal 120 18 61 0 0.85 0.49 0.53 334.71 0.74 0.27
Hex 78 12 3D 0 55 31 35 14F 4A 1B
Octal 170 22 75 0 125 61 65 517 112 33
Binary 1111000 10010 111101 0 1010101 110001 110101 101001111 1001010 11011

Color Harmonies of #78123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78123D

Black with #78123D

Text Example


Text Example

White with #78123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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