Html Css Color HEX #5A2842 Pompadour

📋 copy color: '#5A2842'

red 90 ◦ green 40 ◦ blue 66

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

Shades of Pompadour #5A2842

Tints of Pompadour #5A2842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.41%

 BLUE value IS 66 (26.17% from 255) = 33.67%

R = 45.92%
G = 20.41%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#5A2842 (or 0x5A2842) is known color: Pompadour. HEX triplet: 5A, 28 and 42. RGB value is (90,40,66). Sum of RGB (Red+Green+Blue) = 90+40+66=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2842 is #A5D7BD. Grayscale: #393939. Windows color (decimal): -10868670 or 4335706. OLE color: 4335706.

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

Color convert

RGB 90 40 66 -
CMYK 0 0.56 0.27 0.65
HSL 328.8º 0.38% 0.25% -
HSV(B) 328.8º 0.56% 0.35% -
XYZ 5.96 4.08 5.63 -
YUV 57.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 90 40 66 0 0.56 0.27 0.65 328.8 0.38 0.25
Hex 5A 28 42 0 38 1B 41 149 26 19
Octal 132 50 102 0 70 33 101 511 46 31
Binary 1011010 101000 1000010 0 111000 11011 1000001 101001001 100110 11001

Color Harmonies of #5A2842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2842

Black with #5A2842

Text Example


Text Example

White with #5A2842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,40,66); }

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

background-color css

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

 a { background-color: rgb(90,40,66); }

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

border-color css

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

 span { border-color: rgb(90,40,66); }

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