Html Css Color HEX #531748 Loulou

📋 copy color: '#531748'

red 83 ◦ green 23 ◦ blue 72

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

Shades of Loulou #531748

Tints of Loulou #531748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.92%

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

R = 46.63%
G = 12.92%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#531748 (or 0x531748) is known color: Loulou. HEX triplet: 53, 17 and 48. RGB value is (83,23,72). Sum of RGB (Red+Green+Blue) = 83+23+72=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #531748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531748 is #ACE8B7. Grayscale: #2E2E2E. Windows color (decimal): -11331768 or 4724563. OLE color: 4724563.

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

Color convert

RGB 83 23 72 -
CMYK 0 0.72 0.13 0.67
HSL 311º 0.57% 0.21% -
HSV(B) 311º 0.72% 0.33% -
XYZ 5.04 2.92 6.43 -
YUV 46.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 83 23 72 0 0.72 0.13 0.67 311 0.57 0.21
Hex 53 17 48 0 48 D 43 137 39 15
Octal 123 27 110 0 110 15 103 467 71 25
Binary 1010011 10111 1001000 0 1001000 1101 1000011 100110111 111001 10101

Color Harmonies of #531748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531748

Black with #531748

Text Example


Text Example

White with #531748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531748; }

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

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

background-color css

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

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

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

border-color css

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

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

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