Html Css Color HEX #5A344B Loulou

📋 copy color: '#5A344B'

red 90 ◦ green 52 ◦ blue 75

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

Shades of Loulou #5A344B

Tints of Loulou #5A344B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.96%

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

R = 41.47%
G = 23.96%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#5A344B (or 0x5A344B) is known color: Loulou. HEX triplet: 5A, 34 and 4B. RGB value is (90,52,75). Sum of RGB (Red+Green+Blue) = 90+52+75=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 90 - color contains mainly: red. Hex color #5A344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A344B is #A5CBB4. Grayscale: #414141. Windows color (decimal): -10865589 or 4928602. OLE color: 4928602.

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

Color convert

RGB 90 52 75 -
CMYK 0 0.42 0.17 0.65
HSL 323.68º 0.27% 0.28% -
HSV(B) 323.68º 0.42% 0.35% -
XYZ 6.71 5.14 7.29 -
YUV 65.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 90 52 75 0 0.42 0.17 0.65 323.68 0.27 0.28
Hex 5A 34 4B 0 2A 11 41 144 1B 1C
Octal 132 64 113 0 52 21 101 504 33 34
Binary 1011010 110100 1001011 0 101010 10001 1000001 101000100 11011 11100

Color Harmonies of #5A344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A344B

Black with #5A344B

Text Example


Text Example

White with #5A344B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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