Html Css Color HEX #533247 Loulou

📋 copy color: '#533247'

red 83 ◦ green 50 ◦ blue 71

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

Shades of Loulou #533247

Tints of Loulou #533247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.8%

R = 40.69%
G = 24.51%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#533247 (or 0x533247) is known color: Loulou. HEX triplet: 53, 32 and 47. RGB value is (83,50,71). Sum of RGB (Red+Green+Blue) = 83+50+71=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #533247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533247 is #ACCDB8. Grayscale: #3E3E3E. Windows color (decimal): -11324857 or 4665939. OLE color: 4665939.

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

Color convert

RGB 83 50 71 -
CMYK 0 0.40 0.14 0.67
HSL 321.82º 0.25% 0.26% -
HSV(B) 321.82º 0.4% 0.33% -
XYZ 5.85 4.58 6.54 -
YUV 62.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 83 50 71 0 0.40 0.14 0.67 321.82 0.25 0.26
Hex 53 32 47 0 28 E 43 142 19 1A
Octal 123 62 107 0 50 16 103 502 31 32
Binary 1010011 110010 1000111 0 101000 1110 1000011 101000010 11001 11010

Color Harmonies of #533247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533247

Black with #533247

Text Example


Text Example

White with #533247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533247; }

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

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

background-color css

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

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

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

border-color css

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

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

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