Html Css Color HEX #533149 Loulou

📋 copy color: '#533149'

red 83 ◦ green 49 ◦ blue 73

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

Shades of Loulou #533149

Tints of Loulou #533149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.61%

R = 40.49%
G = 23.9%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#533149 (or 0x533149) is known color: Loulou. HEX triplet: 53, 31 and 49. RGB value is (83,49,73). Sum of RGB (Red+Green+Blue) = 83+49+73=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #533149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533149 is #ACCEB6. Grayscale: #3D3D3D. Windows color (decimal): -11325111 or 4796755. OLE color: 4796755.

HSL color Cylindrical-coordinate representation of color #533149: hue angle of 317.65º 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 #533149 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 49 73 -
CMYK 0 0.41 0.12 0.67
HSL 317.65º 0.26% 0.26% -
HSV(B) 317.65º 0.41% 0.33% -
XYZ 5.87 4.52 6.87 -
YUV 61.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 83 49 73 0 0.41 0.12 0.67 317.65 0.26 0.26
Hex 53 31 49 0 29 C 43 13E 1A 1A
Octal 123 61 111 0 51 14 103 476 32 32
Binary 1010011 110001 1001001 0 101001 1100 1000011 100111110 11010 11010

Color Harmonies of #533149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533149

Black with #533149

Text Example


Text Example

White with #533149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533149; }

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

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

background-color css

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

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

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

border-color css

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

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

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