Html Css Color HEX #533250 Loulou

📋 copy color: '#533250'

red 83 ◦ green 50 ◦ blue 80

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

Shades of Loulou #533250

Tints of Loulou #533250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.56%

R = 38.97%
G = 23.47%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#533250 (or 0x533250) is known color: Loulou. HEX triplet: 53, 32 and 50. RGB value is (83,50,80). Sum of RGB (Red+Green+Blue) = 83+50+80=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #533250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533250 is #ACCDAF. Grayscale: #3F3F3F. Windows color (decimal): -11324848 or 5255763. OLE color: 5255763.

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

Color convert

RGB 83 50 80 -
CMYK 0 0.40 0.04 0.67
HSL 305.45º 0.25% 0.26% -
HSV(B) 305.45º 0.4% 0.33% -
XYZ 6.16 4.7 8.17 -
YUV 63.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 83 50 80 0 0.40 0.04 0.67 305.45 0.25 0.26
Hex 53 32 50 0 28 4 43 131 19 1A
Octal 123 62 120 0 50 4 103 461 31 32
Binary 1010011 110010 1010000 0 101000 100 1000011 100110001 11001 11010

Color Harmonies of #533250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533250

Black with #533250

Text Example


Text Example

White with #533250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533250; }

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

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

background-color css

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

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

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

border-color css

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

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

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