Html Css Color HEX #5A163D Pompadour

📋 copy color: '#5A163D'

red 90 ◦ green 22 ◦ blue 61

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

Shades of Pompadour #5A163D

Tints of Pompadour #5A163D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.72%

 BLUE value IS 61 (24.22% from 255) = 35.26%

R = 52.02%
G = 12.72%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#5A163D (or 0x5A163D) is known color: Pompadour. HEX triplet: 5A, 16 and 3D. RGB value is (90,22,61). Sum of RGB (Red+Green+Blue) = 90+22+61=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A163D is #A5E9C2. Grayscale: #2E2E2E. Windows color (decimal): -10873283 or 4003418. OLE color: 4003418.

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

Color convert

RGB 90 22 61 -
CMYK 0 0.76 0.32 0.65
HSL 325.59º 0.61% 0.22% -
HSV(B) 325.59º 0.76% 0.35% -
XYZ 5.35 3.08 4.73 -
YUV 46.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 90 22 61 0 0.76 0.32 0.65 325.59 0.61 0.22
Hex 5A 16 3D 0 4C 20 41 146 3D 16
Octal 132 26 75 0 114 40 101 506 75 26
Binary 1011010 10110 111101 0 1001100 100000 1000001 101000110 111101 10110

Color Harmonies of #5A163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A163D

Black with #5A163D

Text Example


Text Example

White with #5A163D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,22,61); }

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

background-color css

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

 a { background-color: rgb(90,22,61); }

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

border-color css

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

 span { border-color: rgb(90,22,61); }

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