Html Css Color HEX #531F41 Loulou

📋 copy color: '#531F41'

red 83 ◦ green 31 ◦ blue 65

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

Shades of Loulou #531F41

Tints of Loulou #531F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.31%

R = 46.37%
G = 17.32%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#531F41 (or 0x531F41) is known color: Loulou. HEX triplet: 53, 1F and 41. RGB value is (83,31,65). Sum of RGB (Red+Green+Blue) = 83+31+65=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #531F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F41 is #ACE0BE. Grayscale: #323232. Windows color (decimal): -11329727 or 4267859. OLE color: 4267859.

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

Color convert

RGB 83 31 65 -
CMYK 0 0.63 0.22 0.67
HSL 320.77º 0.46% 0.22% -
HSV(B) 320.77º 0.63% 0.33% -
XYZ 5.01 3.2 5.35 -
YUV 50.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 83 31 65 0 0.63 0.22 0.67 320.77 0.46 0.22
Hex 53 1F 41 0 3F 16 43 141 2E 16
Octal 123 37 101 0 77 26 103 501 56 26
Binary 1010011 11111 1000001 0 111111 10110 1000011 101000001 101110 10110

Color Harmonies of #531F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F41

Black with #531F41

Text Example


Text Example

White with #531F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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