Html Css Color HEX #533249 Loulou

📋 copy color: '#533249'

red 83 ◦ green 50 ◦ blue 73

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

Shades of Loulou #533249

Tints of Loulou #533249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.27%

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

R = 40.29%
G = 24.27%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#533249 (or 0x533249) is known color: Loulou. HEX triplet: 53, 32 and 49. RGB value is (83,50,73). Sum of RGB (Red+Green+Blue) = 83+50+73=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #533249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533249 is #ACCDB6. Grayscale: #3E3E3E. Windows color (decimal): -11324855 or 4797011. OLE color: 4797011.

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

Color convert

RGB 83 50 73 -
CMYK 0 0.40 0.12 0.67
HSL 318.18º 0.25% 0.26% -
HSV(B) 318.18º 0.4% 0.33% -
XYZ 5.91 4.6 6.88 -
YUV 62.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 83 50 73 0 0.40 0.12 0.67 318.18 0.25 0.26
Hex 53 32 49 0 28 C 43 13E 19 1A
Octal 123 62 111 0 50 14 103 476 31 32
Binary 1010011 110010 1001001 0 101000 1100 1000011 100111110 11001 11010

Color Harmonies of #533249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533249

Black with #533249

Text Example


Text Example

White with #533249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533249; }

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

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

background-color css

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

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

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

border-color css

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

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

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