Html Css Color HEX #531B4B Loulou

📋 copy color: '#531B4B'

red 83 ◦ green 27 ◦ blue 75

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

Shades of Loulou #531B4B

Tints of Loulou #531B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 40.54%

R = 44.86%
G = 14.59%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#531B4B (or 0x531B4B) is known color: Loulou. HEX triplet: 53, 1B and 4B. RGB value is (83,27,75). Sum of RGB (Red+Green+Blue) = 83+27+75=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #531B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B4B is #ACE4B4. Grayscale: #313131. Windows color (decimal): -11330741 or 4922195. OLE color: 4922195.

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

Color convert

RGB 83 27 75 -
CMYK 0 0.67 0.10 0.67
HSL 308.57º 0.51% 0.22% -
HSV(B) 308.57º 0.67% 0.33% -
XYZ 5.23 3.13 6.99 -
YUV 49.22 142.55 152.1 -
System Red Green Blue C M Y K H S L
Decimal 83 27 75 0 0.67 0.10 0.67 308.57 0.51 0.22
Hex 53 1B 4B 0 43 A 43 135 33 16
Octal 123 33 113 0 103 12 103 465 63 26
Binary 1010011 11011 1001011 0 1000011 1010 1000011 100110101 110011 10110

Color Harmonies of #531B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B4B

Black with #531B4B

Text Example


Text Example

White with #531B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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