Html Css Color HEX #5A1F44 Pompadour

📋 copy color: '#5A1F44'

red 90 ◦ green 31 ◦ blue 68

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

Shades of Pompadour #5A1F44

Tints of Pompadour #5A1F44

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.4%

 BLUE value IS 68 (26.95% from 255) = 35.98%

R = 47.62%
G = 16.4%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#5A1F44 (or 0x5A1F44) is known color: Pompadour. HEX triplet: 5A, 1F and 44. RGB value is (90,31,68). Sum of RGB (Red+Green+Blue) = 90+31+68=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1F44 is #A5E0BB. Grayscale: #343434. Windows color (decimal): -10870972 or 4464474. OLE color: 4464474.

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

Color convert

RGB 90 31 68 -
CMYK 0 0.66 0.24 0.65
HSL 322.37º 0.49% 0.24% -
HSV(B) 322.37º 0.66% 0.35% -
XYZ 5.75 3.57 5.86 -
YUV 52.86 136.55 154.49 -
System Red Green Blue C M Y K H S L
Decimal 90 31 68 0 0.66 0.24 0.65 322.37 0.49 0.24
Hex 5A 1F 44 0 42 18 41 142 31 18
Octal 132 37 104 0 102 30 101 502 61 30
Binary 1011010 11111 1000100 0 1000010 11000 1000001 101000010 110001 11000

Color Harmonies of #5A1F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1F44

Black with #5A1F44

Text Example


Text Example

White with #5A1F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,31,68); }

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

background-color css

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

 a { background-color: rgb(90,31,68); }

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

border-color css

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

 span { border-color: rgb(90,31,68); }

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