Html Css Color HEX #5A223D Pompadour

📋 copy color: '#5A223D'

red 90 ◦ green 34 ◦ blue 61

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

Shades of Pompadour #5A223D

Tints of Pompadour #5A223D

RGB

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

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

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

R = 48.65%
G = 18.38%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#5A223D (or 0x5A223D) is known color: Pompadour. HEX triplet: 5A, 22 and 3D. RGB value is (90,34,61). Sum of RGB (Red+Green+Blue) = 90+34+61=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 90 - color contains mainly: red. Hex color #5A223D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A223D is #A5DDC2. Grayscale: #353535. Windows color (decimal): -10870211 or 4006490. OLE color: 4006490.

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

Color convert

RGB 90 34 61 -
CMYK 0 0.62 0.32 0.65
HSL 331.07º 0.45% 0.24% -
HSV(B) 331.07º 0.62% 0.35% -
XYZ 5.63 3.65 4.82 -
YUV 53.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 90 34 61 0 0.62 0.32 0.65 331.07 0.45 0.24
Hex 5A 22 3D 0 3E 20 41 14B 2D 18
Octal 132 42 75 0 76 40 101 513 55 30
Binary 1011010 100010 111101 0 111110 100000 1000001 101001011 101101 11000

Color Harmonies of #5A223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A223D

Black with #5A223D

Text Example


Text Example

White with #5A223D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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