Html Css Color HEX #533048 Loulou

📋 copy color: '#533048'

red 83 ◦ green 48 ◦ blue 72

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

Shades of Loulou #533048

Tints of Loulou #533048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.47%

R = 40.89%
G = 23.65%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#533048 (or 0x533048) is known color: Loulou. HEX triplet: 53, 30 and 48. RGB value is (83,48,72). Sum of RGB (Red+Green+Blue) = 83+48+72=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #533048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533048 is #ACCFB7. Grayscale: #3D3D3D. Windows color (decimal): -11325368 or 4730963. OLE color: 4730963.

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

Color convert

RGB 83 48 72 -
CMYK 0 0.42 0.13 0.67
HSL 318.86º 0.27% 0.26% -
HSV(B) 318.86º 0.42% 0.33% -
XYZ 5.79 4.42 6.68 -
YUV 61.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 83 48 72 0 0.42 0.13 0.67 318.86 0.27 0.26
Hex 53 30 48 0 2A D 43 13F 1B 1A
Octal 123 60 110 0 52 15 103 477 33 32
Binary 1010011 110000 1001000 0 101010 1101 1000011 100111111 11011 11010

Color Harmonies of #533048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533048

Black with #533048

Text Example


Text Example

White with #533048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533048; }

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

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

background-color css

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

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

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

border-color css

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

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

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