Html Css Color HEX #533148 Loulou

📋 copy color: '#533148'

red 83 ◦ green 49 ◦ blue 72

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

Shades of Loulou #533148

Tints of Loulou #533148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.02%

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

R = 40.69%
G = 24.02%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#533148 (or 0x533148) is known color: Loulou. HEX triplet: 53, 31 and 48. RGB value is (83,49,72). Sum of RGB (Red+Green+Blue) = 83+49+72=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #533148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533148 is #ACCEB7. Grayscale: #3D3D3D. Windows color (decimal): -11325112 or 4731219. OLE color: 4731219.

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

Color convert

RGB 83 49 72 -
CMYK 0 0.41 0.13 0.67
HSL 319.41º 0.26% 0.26% -
HSV(B) 319.41º 0.41% 0.33% -
XYZ 5.84 4.5 6.69 -
YUV 61.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 83 49 72 0 0.41 0.13 0.67 319.41 0.26 0.26
Hex 53 31 48 0 29 D 43 13F 1A 1A
Octal 123 61 110 0 51 15 103 477 32 32
Binary 1010011 110001 1001000 0 101001 1101 1000011 100111111 11010 11010

Color Harmonies of #533148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533148

Black with #533148

Text Example


Text Example

White with #533148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533148; }

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

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

background-color css

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

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

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

border-color css

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

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

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