Html Css Color HEX #533047 Loulou

📋 copy color: '#533047'

red 83 ◦ green 48 ◦ blue 71

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

Shades of Loulou #533047

Tints of Loulou #533047

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.76%

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

R = 41.09%
G = 23.76%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#533047 (or 0x533047) is known color: Loulou. HEX triplet: 53, 30 and 47. RGB value is (83,48,71). Sum of RGB (Red+Green+Blue) = 83+48+71=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #533047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533047 is #ACCFB8. Grayscale: #3D3D3D. Windows color (decimal): -11325369 or 4665427. OLE color: 4665427.

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

Color convert

RGB 83 48 71 -
CMYK 0 0.42 0.14 0.67
HSL 320.57º 0.27% 0.26% -
HSV(B) 320.57º 0.42% 0.33% -
XYZ 5.76 4.41 6.51 -
YUV 61.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 83 48 71 0 0.42 0.14 0.67 320.57 0.27 0.26
Hex 53 30 47 0 2A E 43 141 1B 1A
Octal 123 60 107 0 52 16 103 501 33 32
Binary 1010011 110000 1000111 0 101010 1110 1000011 101000001 11011 11010

Color Harmonies of #533047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533047

Black with #533047

Text Example


Text Example

White with #533047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533047; }

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

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

background-color css

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

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

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

border-color css

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

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

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