Html Css Color HEX #5A2741 Pompadour

📋 copy color: '#5A2741'

red 90 ◦ green 39 ◦ blue 65

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

Shades of Pompadour #5A2741

Tints of Pompadour #5A2741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.1%

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

R = 46.39%
G = 20.1%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#5A2741 (or 0x5A2741) is known color: Pompadour. HEX triplet: 5A, 27 and 41. RGB value is (90,39,65). Sum of RGB (Red+Green+Blue) = 90+39+65=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2741 is #A5D8BE. Grayscale: #393939. Windows color (decimal): -10868927 or 4269914. OLE color: 4269914.

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

Color convert

RGB 90 39 65 -
CMYK 0 0.57 0.28 0.65
HSL 329.41º 0.4% 0.25% -
HSV(B) 329.41º 0.57% 0.35% -
XYZ 5.9 4.01 5.46 -
YUV 57.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 90 39 65 0 0.57 0.28 0.65 329.41 0.4 0.25
Hex 5A 27 41 0 39 1C 41 149 28 19
Octal 132 47 101 0 71 34 101 511 50 31
Binary 1011010 100111 1000001 0 111001 11100 1000001 101001001 101000 11001

Color Harmonies of #5A2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2741

Black with #5A2741

Text Example


Text Example

White with #5A2741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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