Html Css Color HEX #531B45 Loulou

📋 copy color: '#531B45'

red 83 ◦ green 27 ◦ blue 69

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

Shades of Loulou #531B45

Tints of Loulou #531B45

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.08%

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

R = 46.37%
G = 15.08%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#531B45 (or 0x531B45) is known color: Loulou. HEX triplet: 53, 1B and 45. RGB value is (83,27,69). Sum of RGB (Red+Green+Blue) = 83+27+69=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #531B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B45 is #ACE4BA. Grayscale: #303030. Windows color (decimal): -11330747 or 4528979. OLE color: 4528979.

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

Color convert

RGB 83 27 69 -
CMYK 0 0.67 0.17 0.67
HSL 315º 0.51% 0.22% -
HSV(B) 315º 0.67% 0.33% -
XYZ 5.03 3.05 5.95 -
YUV 48.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 83 27 69 0 0.67 0.17 0.67 315 0.51 0.22
Hex 53 1B 45 0 43 11 43 13B 33 16
Octal 123 33 105 0 103 21 103 473 63 26
Binary 1010011 11011 1000101 0 1000011 10001 1000011 100111011 110011 10110

Color Harmonies of #531B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B45

Black with #531B45

Text Example


Text Example

White with #531B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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