Html Css Color HEX #531945 Loulou

📋 copy color: '#531945'

red 83 ◦ green 25 ◦ blue 69

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

Shades of Loulou #531945

Tints of Loulou #531945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.12%

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

R = 46.89%
G = 14.12%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#531945 (or 0x531945) is known color: Loulou. HEX triplet: 53, 19 and 45. RGB value is (83,25,69). Sum of RGB (Red+Green+Blue) = 83+25+69=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #531945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531945 is #ACE6BA. Grayscale: #2F2F2F. Windows color (decimal): -11331259 or 4528467. OLE color: 4528467.

HSL color Cylindrical-coordinate representation of color #531945: hue angle of 314.48º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531945 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 25 69 -
CMYK 0 0.70 0.17 0.67
HSL 314.48º 0.54% 0.21% -
HSV(B) 314.48º 0.7% 0.33% -
XYZ 4.99 2.96 5.94 -
YUV 47.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 83 25 69 0 0.70 0.17 0.67 314.48 0.54 0.21
Hex 53 19 45 0 46 11 43 13A 36 15
Octal 123 31 105 0 106 21 103 472 66 25
Binary 1010011 11001 1000101 0 1000110 10001 1000011 100111010 110110 10101

Color Harmonies of #531945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531945

Black with #531945

Text Example


Text Example

White with #531945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531945; }

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

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

background-color css

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

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

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

border-color css

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

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

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