Html Css Color HEX #5A2641 Pompadour

📋 copy color: '#5A2641'

red 90 ◦ green 38 ◦ blue 65

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

Shades of Pompadour #5A2641

Tints of Pompadour #5A2641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.69%

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 46.63%
G = 19.69%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#5A2641 (or 0x5A2641) is known color: Pompadour. HEX triplet: 5A, 26 and 41. RGB value is (90,38,65). Sum of RGB (Red+Green+Blue) = 90+38+65=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2641 is #A5D9BE. Grayscale: #383838. Windows color (decimal): -10869183 or 4269658. OLE color: 4269658.

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

Color convert

RGB 90 38 65 -
CMYK 0 0.58 0.28 0.65
HSL 328.85º 0.41% 0.25% -
HSV(B) 328.85º 0.58% 0.35% -
XYZ 5.86 3.94 5.45 -
YUV 56.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 90 38 65 0 0.58 0.28 0.65 328.85 0.41 0.25
Hex 5A 26 41 0 3A 1C 41 149 29 19
Octal 132 46 101 0 72 34 101 511 51 31
Binary 1011010 100110 1000001 0 111010 11100 1000001 101001001 101001 11001

Color Harmonies of #5A2641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2641

Black with #5A2641

Text Example


Text Example

White with #5A2641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,38,65); }

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

background-color css

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

 a { background-color: rgb(90,38,65); }

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

border-color css

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

 span { border-color: rgb(90,38,65); }

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