Html Css Color HEX #531744 Loulou

📋 copy color: '#531744'

red 83 ◦ green 23 ◦ blue 68

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

Shades of Loulou #531744

Tints of Loulou #531744

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.22%

 BLUE value IS 68 (26.95% from 255) = 39.08%

R = 47.7%
G = 13.22%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#531744 (or 0x531744) is known color: Loulou. HEX triplet: 53, 17 and 44. RGB value is (83,23,68). Sum of RGB (Red+Green+Blue) = 83+23+68=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #531744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531744 is #ACE8BB. Grayscale: #2D2D2D. Windows color (decimal): -11331772 or 4462419. OLE color: 4462419.

HSL color Cylindrical-coordinate representation of color #531744: hue angle of 315º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531744 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 23 68 -
CMYK 0 0.72 0.18 0.67
HSL 315º 0.57% 0.21% -
HSV(B) 315º 0.72% 0.33% -
XYZ 4.92 2.87 5.76 -
YUV 46.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 83 23 68 0 0.72 0.18 0.67 315 0.57 0.21
Hex 53 17 44 0 48 12 43 13B 39 15
Octal 123 27 104 0 110 22 103 473 71 25
Binary 1010011 10111 1000100 0 1001000 10010 1000011 100111011 111001 10101

Color Harmonies of #531744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531744

Black with #531744

Text Example


Text Example

White with #531744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531744; }

 p { color: rgb(83,23,68); }

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

background-color css

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

 a { background-color: rgb(83,23,68); }

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

border-color css

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

 span { border-color: rgb(83,23,68); }

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