Html Css Color HEX #531B4A Loulou

📋 copy color: '#531B4A'

red 83 ◦ green 27 ◦ blue 74

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

Shades of Loulou #531B4A

Tints of Loulou #531B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 40.22%

R = 45.11%
G = 14.67%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#531B4A (or 0x531B4A) is known color: Loulou. HEX triplet: 53, 1B and 4A. RGB value is (83,27,74). Sum of RGB (Red+Green+Blue) = 83+27+74=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #531B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B4A is #ACE4B5. Grayscale: #303030. Windows color (decimal): -11330742 or 4856659. OLE color: 4856659.

HSL color Cylindrical-coordinate representation of color #531B4A: hue angle of 309.64º 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 #531B4A is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 27 74 -
CMYK 0 0.67 0.11 0.67
HSL 309.64º 0.51% 0.22% -
HSV(B) 309.64º 0.67% 0.33% -
XYZ 5.2 3.12 6.81 -
YUV 49.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 83 27 74 0 0.67 0.11 0.67 309.64 0.51 0.22
Hex 53 1B 4A 0 43 B 43 136 33 16
Octal 123 33 112 0 103 13 103 466 63 26
Binary 1010011 11011 1001010 0 1000011 1011 1000011 100110110 110011 10110

Color Harmonies of #531B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B4A

Black with #531B4A

Text Example


Text Example

White with #531B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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