Html Css Color HEX #5A1F3A Pompadour

📋 copy color: '#5A1F3A'

red 90 ◦ green 31 ◦ blue 58

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

Shades of Pompadour #5A1F3A

Tints of Pompadour #5A1F3A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.32%

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

R = 50.28%
G = 17.32%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#5A1F3A (or 0x5A1F3A) is known color: Pompadour. HEX triplet: 5A, 1F and 3A. RGB value is (90,31,58). Sum of RGB (Red+Green+Blue) = 90+31+58=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1F3A is #A5E0C5. Grayscale: #333333. Windows color (decimal): -10870982 or 3809114. OLE color: 3809114.

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

Color convert

RGB 90 31 58 -
CMYK 0 0.66 0.36 0.65
HSL 332.54º 0.49% 0.24% -
HSV(B) 332.54º 0.66% 0.35% -
XYZ 5.47 3.46 4.38 -
YUV 51.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 90 31 58 0 0.66 0.36 0.65 332.54 0.49 0.24
Hex 5A 1F 3A 0 42 24 41 14D 31 18
Octal 132 37 72 0 102 44 101 515 61 30
Binary 1011010 11111 111010 0 1000010 100100 1000001 101001101 110001 11000

Color Harmonies of #5A1F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1F3A

Black with #5A1F3A

Text Example


Text Example

White with #5A1F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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