Html Css Color HEX #533748 Loulou

📋 copy color: '#533748'

red 83 ◦ green 55 ◦ blue 72

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

Shades of Loulou #533748

Tints of Loulou #533748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.19%

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

R = 39.52%
G = 26.19%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#533748 (or 0x533748) is known color: Loulou. HEX triplet: 53, 37 and 48. RGB value is (83,55,72). Sum of RGB (Red+Green+Blue) = 83+55+72=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #533748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533748 is #ACC8B7. Grayscale: #414141. Windows color (decimal): -11323576 or 4732755. OLE color: 4732755.

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

Color convert

RGB 83 55 72 -
CMYK 0 0.34 0.13 0.67
HSL 323.57º 0.2% 0.27% -
HSV(B) 323.57º 0.34% 0.33% -
XYZ 6.1 5.04 6.78 -
YUV 65.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 83 55 72 0 0.34 0.13 0.67 323.57 0.2 0.27
Hex 53 37 48 0 22 D 43 144 14 1B
Octal 123 67 110 0 42 15 103 504 24 33
Binary 1010011 110111 1001000 0 100010 1101 1000011 101000100 10100 11011

Color Harmonies of #533748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533748

Black with #533748

Text Example


Text Example

White with #533748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533748; }

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

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

background-color css

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

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

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

border-color css

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

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

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