Html Css Color HEX #533848 Loulou

📋 copy color: '#533848'

red 83 ◦ green 56 ◦ blue 72

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

Shades of Loulou #533848

Tints of Loulou #533848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.54%

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

R = 39.34%
G = 26.54%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#533848 (or 0x533848) is known color: Loulou. HEX triplet: 53, 38 and 48. RGB value is (83,56,72). Sum of RGB (Red+Green+Blue) = 83+56+72=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #533848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533848 is #ACC7B7. Grayscale: #414141. Windows color (decimal): -11323320 or 4733011. OLE color: 4733011.

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

Color convert

RGB 83 56 72 -
CMYK 0 0.33 0.13 0.67
HSL 324.44º 0.19% 0.27% -
HSV(B) 324.44º 0.33% 0.33% -
XYZ 6.15 5.14 6.8 -
YUV 65.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 83 56 72 0 0.33 0.13 0.67 324.44 0.19 0.27
Hex 53 38 48 0 21 D 43 144 13 1B
Octal 123 70 110 0 41 15 103 504 23 33
Binary 1010011 111000 1001000 0 100001 1101 1000011 101000100 10011 11011

Color Harmonies of #533848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533848

Black with #533848

Text Example


Text Example

White with #533848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533848; }

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

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

background-color css

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

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

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

border-color css

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

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

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