Html Css Color HEX #531546 Loulou

📋 copy color: '#531546'

red 83 ◦ green 21 ◦ blue 70

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

Shades of Loulou #531546

Tints of Loulou #531546

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

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

R = 47.7%
G = 12.07%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#531546 (or 0x531546) is known color: Loulou. HEX triplet: 53, 15 and 46. RGB value is (83,21,70). Sum of RGB (Red+Green+Blue) = 83+21+70=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #531546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531546 is #ACEAB9. Grayscale: #2C2C2C. Windows color (decimal): -11332282 or 4592979. OLE color: 4592979.

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

Color convert

RGB 83 21 70 -
CMYK 0 0.75 0.16 0.67
HSL 312.58º 0.6% 0.2% -
HSV(B) 312.58º 0.75% 0.33% -
XYZ 4.94 2.82 6.08 -
YUV 45.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 83 21 70 0 0.75 0.16 0.67 312.58 0.6 0.2
Hex 53 15 46 0 4B 10 43 139 3C 14
Octal 123 25 106 0 113 20 103 471 74 24
Binary 1010011 10101 1000110 0 1001011 10000 1000011 100111001 111100 10100

Color Harmonies of #531546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531546

Black with #531546

Text Example


Text Example

White with #531546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531546; }

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

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

background-color css

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

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

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

border-color css

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

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

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