Html Css Color HEX #5A1F43 Pompadour

📋 copy color: '#5A1F43'

red 90 ◦ green 31 ◦ blue 67

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

Shades of Pompadour #5A1F43

Tints of Pompadour #5A1F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 35.64%

R = 47.87%
G = 16.49%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#5A1F43 (or 0x5A1F43) is known color: Pompadour. HEX triplet: 5A, 1F and 43. RGB value is (90,31,67). Sum of RGB (Red+Green+Blue) = 90+31+67=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1F43 is #A5E0BC. Grayscale: #343434. Windows color (decimal): -10870973 or 4398938. OLE color: 4398938.

HSL color Cylindrical-coordinate representation of color #5A1F43: hue angle of 323.39º 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 #5A1F43 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 31 67 -
CMYK 0 0.66 0.26 0.65
HSL 323.39º 0.49% 0.24% -
HSV(B) 323.39º 0.66% 0.35% -
XYZ 5.72 3.56 5.7 -
YUV 52.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 90 31 67 0 0.66 0.26 0.65 323.39 0.49 0.24
Hex 5A 1F 43 0 42 1A 41 143 31 18
Octal 132 37 103 0 102 32 101 503 61 30
Binary 1011010 11111 1000011 0 1000010 11010 1000001 101000011 110001 11000

Color Harmonies of #5A1F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1F43

Black with #5A1F43

Text Example


Text Example

White with #5A1F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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