Html Css Color HEX #531648 Loulou

📋 copy color: '#531648'

red 83 ◦ green 22 ◦ blue 72

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

Shades of Loulou #531648

Tints of Loulou #531648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.43%

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

R = 46.89%
G = 12.43%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#531648 (or 0x531648) is known color: Loulou. HEX triplet: 53, 16 and 48. RGB value is (83,22,72). Sum of RGB (Red+Green+Blue) = 83+22+72=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #531648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531648 is #ACE9B7. Grayscale: #2D2D2D. Windows color (decimal): -11332024 or 4724307. OLE color: 4724307.

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

Color convert

RGB 83 22 72 -
CMYK 0 0.73 0.13 0.67
HSL 310.82º 0.58% 0.21% -
HSV(B) 310.82º 0.73% 0.33% -
XYZ 5.02 2.88 6.42 -
YUV 45.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 83 22 72 0 0.73 0.13 0.67 310.82 0.58 0.21
Hex 53 16 48 0 49 D 43 137 3A 15
Octal 123 26 110 0 111 15 103 467 72 25
Binary 1010011 10110 1001000 0 1001001 1101 1000011 100110111 111010 10101

Color Harmonies of #531648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531648

Black with #531648

Text Example


Text Example

White with #531648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531648; }

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

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

background-color css

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

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

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

border-color css

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

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

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