Html Css Color HEX #5A183F Pompadour

📋 copy color: '#5A183F'

red 90 ◦ green 24 ◦ blue 63

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

Shades of Pompadour #5A183F

Tints of Pompadour #5A183F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.56%

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

R = 50.85%
G = 13.56%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#5A183F (or 0x5A183F) is known color: Pompadour. HEX triplet: 5A, 18 and 3F. RGB value is (90,24,63). Sum of RGB (Red+Green+Blue) = 90+24+63=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A183F is #A5E7C0. Grayscale: #303030. Windows color (decimal): -10872769 or 4135002. OLE color: 4135002.

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

Color convert

RGB 90 24 63 -
CMYK 0 0.73 0.30 0.65
HSL 324.55º 0.58% 0.22% -
HSV(B) 324.55º 0.73% 0.35% -
XYZ 5.44 3.19 5.03 -
YUV 48.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 90 24 63 0 0.73 0.30 0.65 324.55 0.58 0.22
Hex 5A 18 3F 0 49 1E 41 145 3A 16
Octal 132 30 77 0 111 36 101 505 72 26
Binary 1011010 11000 111111 0 1001001 11110 1000001 101000101 111010 10110

Color Harmonies of #5A183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A183F

Black with #5A183F

Text Example


Text Example

White with #5A183F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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