Html Css Color HEX #531348 Loulou

📋 copy color: '#531348'

red 83 ◦ green 19 ◦ blue 72

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

Shades of Loulou #531348

Tints of Loulou #531348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.92%

 BLUE value IS 72 (28.52% from 255) = 41.38%

R = 47.7%
G = 10.92%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#531348 (or 0x531348) is known color: Loulou. HEX triplet: 53, 13 and 48. RGB value is (83,19,72). Sum of RGB (Red+Green+Blue) = 83+19+72=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #531348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531348 is #ACECB7. Grayscale: #2C2C2C. Windows color (decimal): -11332792 or 4723539. OLE color: 4723539.

HSL color Cylindrical-coordinate representation of color #531348: hue angle of 310.31º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #531348 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 19 72 -
CMYK 0 0.77 0.13 0.67
HSL 310.31º 0.63% 0.2% -
HSV(B) 310.31º 0.77% 0.33% -
XYZ 4.97 2.77 6.4 -
YUV 44.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 83 19 72 0 0.77 0.13 0.67 310.31 0.63 0.2
Hex 53 13 48 0 4D D 43 136 3F 14
Octal 123 23 110 0 115 15 103 466 77 24
Binary 1010011 10011 1001000 0 1001101 1101 1000011 100110110 111111 10100

Color Harmonies of #531348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531348

Black with #531348

Text Example


Text Example

White with #531348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531348; }

 p { color: rgb(83,19,72); }

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

background-color css

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

 a { background-color: rgb(83,19,72); }

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

border-color css

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

 span { border-color: rgb(83,19,72); }

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