Html Css Color HEX #533648 Loulou

📋 copy color: '#533648'

red 83 ◦ green 54 ◦ blue 72

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

Shades of Loulou #533648

Tints of Loulou #533648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.84%

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

R = 39.71%
G = 25.84%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#533648 (or 0x533648) is known color: Loulou. HEX triplet: 53, 36 and 48. RGB value is (83,54,72). Sum of RGB (Red+Green+Blue) = 83+54+72=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #533648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533648 is #ACC9B7. Grayscale: #404040. Windows color (decimal): -11323832 or 4732499. OLE color: 4732499.

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

Color convert

RGB 83 54 72 -
CMYK 0 0.35 0.13 0.67
HSL 322.76º 0.21% 0.27% -
HSV(B) 322.76º 0.35% 0.33% -
XYZ 6.06 4.95 6.77 -
YUV 64.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 83 54 72 0 0.35 0.13 0.67 322.76 0.21 0.27
Hex 53 36 48 0 23 D 43 143 15 1B
Octal 123 66 110 0 43 15 103 503 25 33
Binary 1010011 110110 1001000 0 100011 1101 1000011 101000011 10101 11011

Color Harmonies of #533648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533648

Black with #533648

Text Example


Text Example

White with #533648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533648; }

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

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

background-color css

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

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

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

border-color css

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

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

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