Html Css Color HEX #531346 Loulou

📋 copy color: '#531346'

red 83 ◦ green 19 ◦ blue 70

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

Shades of Loulou #531346

Tints of Loulou #531346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.05%

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

R = 48.26%
G = 11.05%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#531346 (or 0x531346) is known color: Loulou. HEX triplet: 53, 13 and 46. RGB value is (83,19,70). Sum of RGB (Red+Green+Blue) = 83+19+70=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #531346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531346 is #ACECB9. Grayscale: #2B2B2B. Windows color (decimal): -11332794 or 4592467. OLE color: 4592467.

HSL color Cylindrical-coordinate representation of color #531346: hue angle of 312.19º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #531346 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 19 70 -
CMYK 0 0.77 0.16 0.67
HSL 312.19º 0.63% 0.2% -
HSV(B) 312.19º 0.77% 0.33% -
XYZ 4.91 2.75 6.07 -
YUV 43.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 83 19 70 0 0.77 0.16 0.67 312.19 0.63 0.2
Hex 53 13 46 0 4D 10 43 138 3F 14
Octal 123 23 106 0 115 20 103 470 77 24
Binary 1010011 10011 1000110 0 1001101 10000 1000011 100111000 111111 10100

Color Harmonies of #531346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531346

Black with #531346

Text Example


Text Example

White with #531346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531346; }

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

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

background-color css

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

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

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

border-color css

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

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

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