Html Css Color HEX #5A223F Pompadour

📋 copy color: '#5A223F'

red 90 ◦ green 34 ◦ blue 63

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

Shades of Pompadour #5A223F

Tints of Pompadour #5A223F

RGB

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

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

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

R = 48.13%
G = 18.18%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#5A223F (or 0x5A223F) is known color: Pompadour. HEX triplet: 5A, 22 and 3F. RGB value is (90,34,63). Sum of RGB (Red+Green+Blue) = 90+34+63=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A223F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A223F is #A5DDC0. Grayscale: #353535. Windows color (decimal): -10870209 or 4137562. OLE color: 4137562.

HSL color Cylindrical-coordinate representation of color #5A223F: hue angle of 328.93º 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 #5A223F is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 34 63 -
CMYK 0 0.62 0.30 0.65
HSL 328.93º 0.45% 0.24% -
HSV(B) 328.93º 0.62% 0.35% -
XYZ 5.69 3.68 5.11 -
YUV 54.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 90 34 63 0 0.62 0.30 0.65 328.93 0.45 0.24
Hex 5A 22 3F 0 3E 1E 41 149 2D 18
Octal 132 42 77 0 76 36 101 511 55 30
Binary 1011010 100010 111111 0 111110 11110 1000001 101001001 101101 11000

Color Harmonies of #5A223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A223F

Black with #5A223F

Text Example


Text Example

White with #5A223F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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