Html Css Color HEX #531F46 Loulou

📋 copy color: '#531F46'

red 83 ◦ green 31 ◦ blue 70

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

Shades of Loulou #531F46

Tints of Loulou #531F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 38.04%

R = 45.11%
G = 16.85%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#531F46 (or 0x531F46) is known color: Loulou. HEX triplet: 53, 1F and 46. RGB value is (83,31,70). Sum of RGB (Red+Green+Blue) = 83+31+70=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #531F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F46 is #ACE0B9. Grayscale: #323232. Windows color (decimal): -11329722 or 4595539. OLE color: 4595539.

HSL color Cylindrical-coordinate representation of color #531F46: hue angle of 315º 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 #531F46 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 31 70 -
CMYK 0 0.63 0.16 0.67
HSL 315º 0.46% 0.22% -
HSV(B) 315º 0.63% 0.33% -
XYZ 5.16 3.26 6.15 -
YUV 50.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 83 31 70 0 0.63 0.16 0.67 315 0.46 0.22
Hex 53 1F 46 0 3F 10 43 13B 2E 16
Octal 123 37 106 0 77 20 103 473 56 26
Binary 1010011 11111 1000110 0 111111 10000 1000011 100111011 101110 10110

Color Harmonies of #531F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F46

Black with #531F46

Text Example


Text Example

White with #531F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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