Html Css Color HEX #5A233E Pompadour

📋 copy color: '#5A233E'

red 90 ◦ green 35 ◦ blue 62

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

Shades of Pompadour #5A233E

Tints of Pompadour #5A233E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.72%

 BLUE value IS 62 (24.61% from 255) = 33.16%

R = 48.13%
G = 18.72%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#5A233E (or 0x5A233E) is known color: Pompadour. HEX triplet: 5A, 23 and 3E. RGB value is (90,35,62). Sum of RGB (Red+Green+Blue) = 90+35+62=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A233E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A233E is #A5DCC1. Grayscale: #363636. Windows color (decimal): -10869954 or 4072282. OLE color: 4072282.

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

Color convert

RGB 90 35 62 -
CMYK 0 0.61 0.31 0.65
HSL 330.55º 0.44% 0.25% -
HSV(B) 330.55º 0.61% 0.35% -
XYZ 5.69 3.72 4.98 -
YUV 54.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 90 35 62 0 0.61 0.31 0.65 330.55 0.44 0.25
Hex 5A 23 3E 0 3D 1F 41 14B 2C 19
Octal 132 43 76 0 75 37 101 513 54 31
Binary 1011010 100011 111110 0 111101 11111 1000001 101001011 101100 11001

Color Harmonies of #5A233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A233E

Black with #5A233E

Text Example


Text Example

White with #5A233E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,35,62); }

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

background-color css

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

 a { background-color: rgb(90,35,62); }

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

border-color css

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

 span { border-color: rgb(90,35,62); }

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