Html Css Color HEX #5A1C3C Pompadour

📋 copy color: '#5A1C3C'

red 90 ◦ green 28 ◦ blue 60

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

Shades of Pompadour #5A1C3C

Tints of Pompadour #5A1C3C

RGB

 RED value IS 90 (35.55% from 255) = 50.56%

 GREEN value IS 28 (11.33% from 255) = 15.73%

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

R = 50.56%
G = 15.73%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#5A1C3C (or 0x5A1C3C) is known color: Pompadour. HEX triplet: 5A, 1C and 3C. RGB value is (90,28,60). Sum of RGB (Red+Green+Blue) = 90+28+60=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1C3C is #A5E3C3. Grayscale: #323232. Windows color (decimal): -10871748 or 3939418. OLE color: 3939418.

HSL color Cylindrical-coordinate representation of color #5A1C3C: hue angle of 329.03º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A1C3C is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 28 60 -
CMYK 0 0.69 0.33 0.65
HSL 329.03º 0.53% 0.23% -
HSV(B) 329.03º 0.69% 0.35% -
XYZ 5.45 3.33 4.63 -
YUV 50.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 90 28 60 0 0.69 0.33 0.65 329.03 0.53 0.23
Hex 5A 1C 3C 0 45 21 41 149 35 17
Octal 132 34 74 0 105 41 101 511 65 27
Binary 1011010 11100 111100 0 1000101 100001 1000001 101001001 110101 10111

Color Harmonies of #5A1C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1C3C

Black with #5A1C3C

Text Example


Text Example

White with #5A1C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A1C3C; }

 p { color: rgb(90,28,60); }

 H1.HeaderClassName
 {
   color: #5A1C3C;
 }
 .AnyTagClassName
 {
   color: #5A1C3C;
 }
</style>

background-color css

<style>
 a { background-color: #5A1C3C; }

 a { background-color: rgb(90,28,60); }

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

border-color css

<style>
 span { border-color: #5A1C3C; }

 span { border-color: rgb(90,28,60); }

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