Html Css Color HEX #53324B Loulou

📋 copy color: '#53324B'

red 83 ◦ green 50 ◦ blue 75

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

Shades of Loulou #53324B

Tints of Loulou #53324B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.06%

R = 39.9%
G = 24.04%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53324B (or 0x53324B) is known color: Loulou. HEX triplet: 53, 32 and 4B. RGB value is (83,50,75). Sum of RGB (Red+Green+Blue) = 83+50+75=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #53324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53324B is #ACCDB4. Grayscale: #3E3E3E. Windows color (decimal): -11324853 or 4928083. OLE color: 4928083.

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

Color convert

RGB 83 50 75 -
CMYK 0 0.40 0.10 0.67
HSL 314.55º 0.25% 0.26% -
HSV(B) 314.55º 0.4% 0.33% -
XYZ 5.98 4.63 7.23 -
YUV 62.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 83 50 75 0 0.40 0.10 0.67 314.55 0.25 0.26
Hex 53 32 4B 0 28 A 43 13B 19 1A
Octal 123 62 113 0 50 12 103 473 31 32
Binary 1010011 110010 1001011 0 101000 1010 1000011 100111011 11001 11010

Color Harmonies of #53324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53324B

Black with #53324B

Text Example


Text Example

White with #53324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53324B; }

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

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

background-color css

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

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

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

border-color css

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

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

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