Html Css Color HEX #531F45 Loulou

📋 copy color: '#531F45'

red 83 ◦ green 31 ◦ blue 69

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

Shades of Loulou #531F45

Tints of Loulou #531F45

RGB

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

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

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

R = 45.36%
G = 16.94%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#531F45 (or 0x531F45) is known color: Loulou. HEX triplet: 53, 1F and 45. RGB value is (83,31,69). Sum of RGB (Red+Green+Blue) = 83+31+69=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #531F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F45 is #ACE0BA. Grayscale: #323232. Windows color (decimal): -11329723 or 4530003. OLE color: 4530003.

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

Color convert

RGB 83 31 69 -
CMYK 0 0.63 0.17 0.67
HSL 316.15º 0.46% 0.22% -
HSV(B) 316.15º 0.63% 0.33% -
XYZ 5.13 3.25 5.99 -
YUV 50.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 83 31 69 0 0.63 0.17 0.67 316.15 0.46 0.22
Hex 53 1F 45 0 3F 11 43 13C 2E 16
Octal 123 37 105 0 77 21 103 474 56 26
Binary 1010011 11111 1000101 0 111111 10001 1000011 100111100 101110 10110

Color Harmonies of #531F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F45

Black with #531F45

Text Example


Text Example

White with #531F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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