Html Css Color HEX #53204B Loulou

📋 copy color: '#53204B'

red 83 ◦ green 32 ◦ blue 75

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

Shades of Loulou #53204B

Tints of Loulou #53204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.84%

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

R = 43.68%
G = 16.84%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53204B (or 0x53204B) is known color: Loulou. HEX triplet: 53, 20 and 4B. RGB value is (83,32,75). Sum of RGB (Red+Green+Blue) = 83+32+75=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #53204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53204B is #ACDFB4. Grayscale: #343434. Windows color (decimal): -11329461 or 4923475. OLE color: 4923475.

HSL color Cylindrical-coordinate representation of color #53204B: hue angle of 309.41º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53204B is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 32 75 -
CMYK 0 0.61 0.10 0.67
HSL 309.41º 0.44% 0.23% -
HSV(B) 309.41º 0.61% 0.33% -
XYZ 5.35 3.38 7.03 -
YUV 52.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 83 32 75 0 0.61 0.10 0.67 309.41 0.44 0.23
Hex 53 20 4B 0 3D A 43 135 2C 17
Octal 123 40 113 0 75 12 103 465 54 27
Binary 1010011 100000 1001011 0 111101 1010 1000011 100110101 101100 10111

Color Harmonies of #53204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53204B

Black with #53204B

Text Example


Text Example

White with #53204B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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