Html Css Color HEX #533251 Loulou

📋 copy color: '#533251'

red 83 ◦ green 50 ◦ blue 81

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

Shades of Loulou #533251

Tints of Loulou #533251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 37.85%

R = 38.79%
G = 23.36%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#533251 (or 0x533251) is known color: Loulou. HEX triplet: 53, 32 and 51. RGB value is (83,50,81). Sum of RGB (Red+Green+Blue) = 83+50+81=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #533251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533251 is #ACCDAE. Grayscale: #3F3F3F. Windows color (decimal): -11324847 or 5321299. OLE color: 5321299.

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

Color convert

RGB 83 50 81 -
CMYK 0 0.40 0.02 0.67
HSL 303.64º 0.25% 0.26% -
HSV(B) 303.64º 0.4% 0.33% -
XYZ 6.19 4.71 8.37 -
YUV 63.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 83 50 81 0 0.40 0.02 0.67 303.64 0.25 0.26
Hex 53 32 51 0 28 2 43 130 19 1A
Octal 123 62 121 0 50 2 103 460 31 32
Binary 1010011 110010 1010001 0 101000 10 1000011 100110000 11001 11010

Color Harmonies of #533251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533251

Black with #533251

Text Example


Text Example

White with #533251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533251; }

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

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

background-color css

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

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

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

border-color css

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

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

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