Html Css Color HEX #53244A Loulou

📋 copy color: '#53244A'

red 83 ◦ green 36 ◦ blue 74

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

Shades of Loulou #53244A

Tints of Loulou #53244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.65%

 BLUE value IS 74 (29.3% from 255) = 38.34%

R = 43.01%
G = 18.65%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53244A (or 0x53244A) is known color: Loulou. HEX triplet: 53, 24 and 4A. RGB value is (83,36,74). Sum of RGB (Red+Green+Blue) = 83+36+74=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #53244A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53244A is #ACDBB5. Grayscale: #363636. Windows color (decimal): -11328438 or 4858963. OLE color: 4858963.

HSL color Cylindrical-coordinate representation of color #53244A: hue angle of 311.49º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53244A is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 36 74 -
CMYK 0 0.57 0.11 0.67
HSL 311.49º 0.39% 0.23% -
HSV(B) 311.49º 0.57% 0.33% -
XYZ 5.43 3.6 6.89 -
YUV 54.39 139.07 148.41 -
System Red Green Blue C M Y K H S L
Decimal 83 36 74 0 0.57 0.11 0.67 311.49 0.39 0.23
Hex 53 24 4A 0 39 B 43 137 27 17
Octal 123 44 112 0 71 13 103 467 47 27
Binary 1010011 100100 1001010 0 111001 1011 1000011 100110111 100111 10111

Color Harmonies of #53244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53244A

Black with #53244A

Text Example


Text Example

White with #53244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53244A; }

 p { color: rgb(83,36,74); }

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

background-color css

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

 a { background-color: rgb(83,36,74); }

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

border-color css

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

 span { border-color: rgb(83,36,74); }

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