Html Css Color HEX #531B4C Loulou

📋 copy color: '#531B4C'

red 83 ◦ green 27 ◦ blue 76

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

Shades of Loulou #531B4C

Tints of Loulou #531B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40.86%

R = 44.62%
G = 14.52%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#531B4C (or 0x531B4C) is known color: Loulou. HEX triplet: 53, 1B and 4C. RGB value is (83,27,76). Sum of RGB (Red+Green+Blue) = 83+27+76=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #531B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B4C is #ACE4B3. Grayscale: #313131. Windows color (decimal): -11330740 or 4987731. OLE color: 4987731.

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

Color convert

RGB 83 27 76 -
CMYK 0 0.67 0.08 0.67
HSL 307.5º 0.51% 0.22% -
HSV(B) 307.5º 0.67% 0.33% -
XYZ 5.26 3.14 7.17 -
YUV 49.33 143.05 152.02 -
System Red Green Blue C M Y K H S L
Decimal 83 27 76 0 0.67 0.08 0.67 307.5 0.51 0.22
Hex 53 1B 4C 0 43 8 43 134 33 16
Octal 123 33 114 0 103 10 103 464 63 26
Binary 1010011 11011 1001100 0 1000011 1000 1000011 100110100 110011 10110

Color Harmonies of #531B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B4C

Black with #531B4C

Text Example


Text Example

White with #531B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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