Html Css Color HEX #5A173F Pompadour

📋 copy color: '#5A173F'

red 90 ◦ green 23 ◦ blue 63

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

Shades of Pompadour #5A173F

Tints of Pompadour #5A173F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.07%

 BLUE value IS 63 (25% from 255) = 35.8%

R = 51.14%
G = 13.07%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#5A173F (or 0x5A173F) is known color: Pompadour. HEX triplet: 5A, 17 and 3F. RGB value is (90,23,63). Sum of RGB (Red+Green+Blue) = 90+23+63=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A173F is #A5E8C0. Grayscale: #2F2F2F. Windows color (decimal): -10873025 or 4134746. OLE color: 4134746.

HSL color Cylindrical-coordinate representation of color #5A173F: hue angle of 324.18º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A173F is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 23 63 -
CMYK 0 0.74 0.30 0.65
HSL 324.18º 0.59% 0.22% -
HSV(B) 324.18º 0.74% 0.35% -
XYZ 5.42 3.15 5.02 -
YUV 47.59 136.7 158.25 -
System Red Green Blue C M Y K H S L
Decimal 90 23 63 0 0.74 0.30 0.65 324.18 0.59 0.22
Hex 5A 17 3F 0 4A 1E 41 144 3B 16
Octal 132 27 77 0 112 36 101 504 73 26
Binary 1011010 10111 111111 0 1001010 11110 1000001 101000100 111011 10110

Color Harmonies of #5A173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A173F

Black with #5A173F

Text Example


Text Example

White with #5A173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,23,63); }

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

background-color css

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

 a { background-color: rgb(90,23,63); }

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

border-color css

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

 span { border-color: rgb(90,23,63); }

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