Html Css Color HEX #5A1E3A Pompadour

📋 copy color: '#5A1E3A'

red 90 ◦ green 30 ◦ blue 58

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

Shades of Pompadour #5A1E3A

Tints of Pompadour #5A1E3A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.85%

 BLUE value IS 58 (23.05% from 255) = 32.58%

R = 50.56%
G = 16.85%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#5A1E3A (or 0x5A1E3A) is known color: Pompadour. HEX triplet: 5A, 1E and 3A. RGB value is (90,30,58). Sum of RGB (Red+Green+Blue) = 90+30+58=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1E3A is #A5E1C5. Grayscale: #333333. Windows color (decimal): -10871238 or 3808858. OLE color: 3808858.

HSL color Cylindrical-coordinate representation of color #5A1E3A: hue angle of 332º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A1E3A is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 30 58 -
CMYK 0 0.67 0.36 0.65
HSL 332º 0.5% 0.24% -
HSV(B) 332º 0.67% 0.35% -
XYZ 5.44 3.41 4.37 -
YUV 51.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 90 30 58 0 0.67 0.36 0.65 332 0.5 0.24
Hex 5A 1E 3A 0 43 24 41 14C 32 18
Octal 132 36 72 0 103 44 101 514 62 30
Binary 1011010 11110 111010 0 1000011 100100 1000001 101001100 110010 11000

Color Harmonies of #5A1E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1E3A

Black with #5A1E3A

Text Example


Text Example

White with #5A1E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,30,58); }

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

background-color css

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

 a { background-color: rgb(90,30,58); }

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

border-color css

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

 span { border-color: rgb(90,30,58); }

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