Html Css Color HEX #5A1D4B Loulou

📋 copy color: '#5A1D4B'

red 90 ◦ green 29 ◦ blue 75

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

Shades of Loulou #5A1D4B

Tints of Loulou #5A1D4B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.95%

 BLUE value IS 75 (29.69% from 255) = 38.66%

R = 46.39%
G = 14.95%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#5A1D4B (or 0x5A1D4B) is known color: Loulou. HEX triplet: 5A, 1D and 4B. RGB value is (90,29,75). Sum of RGB (Red+Green+Blue) = 90+29+75=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1D4B is #A5E2B4. Grayscale: #343434. Windows color (decimal): -10871477 or 4922714. OLE color: 4922714.

HSL color Cylindrical-coordinate representation of color #5A1D4B: hue angle of 314.75º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A1D4B is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 29 75 -
CMYK 0 0.68 0.17 0.65
HSL 314.75º 0.51% 0.23% -
HSV(B) 314.75º 0.68% 0.35% -
XYZ 5.93 3.56 7.03 -
YUV 52.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 90 29 75 0 0.68 0.17 0.65 314.75 0.51 0.23
Hex 5A 1D 4B 0 44 11 41 13B 33 17
Octal 132 35 113 0 104 21 101 473 63 27
Binary 1011010 11101 1001011 0 1000100 10001 1000001 100111011 110011 10111

Color Harmonies of #5A1D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1D4B

Black with #5A1D4B

Text Example


Text Example

White with #5A1D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,29,75); }

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

background-color css

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

 a { background-color: rgb(90,29,75); }

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

border-color css

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

 span { border-color: rgb(90,29,75); }

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