Html Css Color HEX #5A1E3D Pompadour

📋 copy color: '#5A1E3D'

red 90 ◦ green 30 ◦ blue 61

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

Shades of Pompadour #5A1E3D

Tints of Pompadour #5A1E3D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.57%

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

R = 49.72%
G = 16.57%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#5A1E3D (or 0x5A1E3D) is known color: Pompadour. HEX triplet: 5A, 1E and 3D. RGB value is (90,30,61). Sum of RGB (Red+Green+Blue) = 90+30+61=181 (23% of max value = 765). Red value is 90 (35.55% from 255 or 49.72% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1E3D is #A5E1C2. Grayscale: #333333. Windows color (decimal): -10871235 or 4005466. OLE color: 4005466.

HSL color Cylindrical-coordinate representation of color #5A1E3D: hue angle of 329º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A1E3D is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 30 61 -
CMYK 0 0.67 0.32 0.65
HSL 329º 0.5% 0.24% -
HSV(B) 329º 0.67% 0.35% -
XYZ 5.52 3.44 4.79 -
YUV 51.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 90 30 61 0 0.67 0.32 0.65 329 0.5 0.24
Hex 5A 1E 3D 0 43 20 41 149 32 18
Octal 132 36 75 0 103 40 101 511 62 30
Binary 1011010 11110 111101 0 1000011 100000 1000001 101001001 110010 11000

Color Harmonies of #5A1E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1E3D

Black with #5A1E3D

Text Example


Text Example

White with #5A1E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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