Html Css Color HEX #531C4B Loulou

📋 copy color: '#531C4B'

red 83 ◦ green 28 ◦ blue 75

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

Shades of Loulou #531C4B

Tints of Loulou #531C4B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.05%

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

R = 44.62%
G = 15.05%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#531C4B (or 0x531C4B) is known color: Loulou. HEX triplet: 53, 1C and 4B. RGB value is (83,28,75). Sum of RGB (Red+Green+Blue) = 83+28+75=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #531C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C4B is #ACE3B4. Grayscale: #313131. Windows color (decimal): -11330485 or 4922451. OLE color: 4922451.

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

Color convert

RGB 83 28 75 -
CMYK 0 0.66 0.10 0.67
HSL 308.73º 0.5% 0.22% -
HSV(B) 308.73º 0.66% 0.33% -
XYZ 5.25 3.18 6.99 -
YUV 49.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 83 28 75 0 0.66 0.10 0.67 308.73 0.5 0.22
Hex 53 1C 4B 0 42 A 43 135 32 16
Octal 123 34 113 0 102 12 103 465 62 26
Binary 1010011 11100 1001011 0 1000010 1010 1000011 100110101 110010 10110

Color Harmonies of #531C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C4B

Black with #531C4B

Text Example


Text Example

White with #531C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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