Html Css Color HEX #78154B Pompadour

📋 copy color: '#78154B'

red 120 ◦ green 21 ◦ blue 75

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

Shades of Pompadour #78154B

Tints of Pompadour #78154B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.72%

 BLUE value IS 75 (29.69% from 255) = 34.72%

R = 55.56%
G = 9.72%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78154B (or 0x78154B) is known color: Pompadour. HEX triplet: 78, 15 and 4B. RGB value is (120,21,75). Sum of RGB (Red+Green+Blue) = 120+21+75=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #78154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78154B is #87EAB4. Grayscale: #383838. Windows color (decimal): -8907445 or 4920696. OLE color: 4920696.

HSL color Cylindrical-coordinate representation of color #78154B: hue angle of 327.27º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78154B is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 21 75 -
CMYK 0 0.83 0.37 0.53
HSL 327.27º 0.7% 0.28% -
HSV(B) 327.27º 0.83% 0.47% -
XYZ 9.28 5.04 7.14 -
YUV 56.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 120 21 75 0 0.83 0.37 0.53 327.27 0.7 0.28
Hex 78 15 4B 0 53 25 35 147 46 1C
Octal 170 25 113 0 123 45 65 507 106 34
Binary 1111000 10101 1001011 0 1010011 100101 110101 101000111 1000110 11100

Color Harmonies of #78154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78154B

Black with #78154B

Text Example


Text Example

White with #78154B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,21,75); }

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

background-color css

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

 a { background-color: rgb(120,21,75); }

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

border-color css

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

 span { border-color: rgb(120,21,75); }

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