Html Css Color HEX #531E45 Loulou

📋 copy color: '#531E45'

red 83 ◦ green 30 ◦ blue 69

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

Shades of Loulou #531E45

Tints of Loulou #531E45

RGB

 RED value IS 83 (32.81% from 255) = 45.6%

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

 BLUE value IS 69 (27.34% from 255) = 37.91%

R = 45.6%
G = 16.48%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#531E45 (or 0x531E45) is known color: Loulou. HEX triplet: 53, 1E and 45. RGB value is (83,30,69). Sum of RGB (Red+Green+Blue) = 83+30+69=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #531E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E45 is #ACE1BA. Grayscale: #323232. Windows color (decimal): -11329979 or 4529747. OLE color: 4529747.

HSL color Cylindrical-coordinate representation of color #531E45: hue angle of 315.85º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #531E45 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 30 69 -
CMYK 0 0.64 0.17 0.67
HSL 315.85º 0.47% 0.22% -
HSV(B) 315.85º 0.64% 0.33% -
XYZ 5.11 3.2 5.98 -
YUV 50.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 83 30 69 0 0.64 0.17 0.67 315.85 0.47 0.22
Hex 53 1E 45 0 40 11 43 13C 2F 16
Octal 123 36 105 0 100 21 103 474 57 26
Binary 1010011 11110 1000101 0 1000000 10001 1000011 100111100 101111 10110

Color Harmonies of #531E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531E45

Black with #531E45

Text Example


Text Example

White with #531E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531E45; }

 p { color: rgb(83,30,69); }

 H1.HeaderClassName
 {
   color: #531E45;
 }
 .AnyTagClassName
 {
   color: #531E45;
 }
</style>

background-color css

<style>
 a { background-color: #531E45; }

 a { background-color: rgb(83,30,69); }

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

border-color css

<style>
 span { border-color: #531E45; }

 span { border-color: rgb(83,30,69); }

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