Html Css Color HEX #5A223B Pompadour

📋 copy color: '#5A223B'

red 90 ◦ green 34 ◦ blue 59

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

Shades of Pompadour #5A223B

Tints of Pompadour #5A223B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.58%

 BLUE value IS 59 (23.44% from 255) = 32.24%

R = 49.18%
G = 18.58%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#5A223B (or 0x5A223B) is known color: Pompadour. HEX triplet: 5A, 22 and 3B. RGB value is (90,34,59). Sum of RGB (Red+Green+Blue) = 90+34+59=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A223B is #A5DDC4. Grayscale: #353535. Windows color (decimal): -10870213 or 3875418. OLE color: 3875418.

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

Color convert

RGB 90 34 59 -
CMYK 0 0.62 0.34 0.65
HSL 333.21º 0.45% 0.24% -
HSV(B) 333.21º 0.62% 0.35% -
XYZ 5.58 3.63 4.55 -
YUV 53.59 131.05 153.97 -
System Red Green Blue C M Y K H S L
Decimal 90 34 59 0 0.62 0.34 0.65 333.21 0.45 0.24
Hex 5A 22 3B 0 3E 22 41 14D 2D 18
Octal 132 42 73 0 76 42 101 515 55 30
Binary 1011010 100010 111011 0 111110 100010 1000001 101001101 101101 11000

Color Harmonies of #5A223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A223B

Black with #5A223B

Text Example


Text Example

White with #5A223B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,34,59); }

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

background-color css

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

 a { background-color: rgb(90,34,59); }

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

border-color css

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

 span { border-color: rgb(90,34,59); }

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