Html Css Color HEX #53304A Loulou

📋 copy color: '#53304A'

red 83 ◦ green 48 ◦ blue 74

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

Shades of Loulou #53304A

Tints of Loulou #53304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.41%

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

R = 40.49%
G = 23.41%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53304A (or 0x53304A) is known color: Loulou. HEX triplet: 53, 30 and 4A. RGB value is (83,48,74). Sum of RGB (Red+Green+Blue) = 83+48+74=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #53304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53304A is #ACCFB5. Grayscale: #3D3D3D. Windows color (decimal): -11325366 or 4862035. OLE color: 4862035.

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

Color convert

RGB 83 48 74 -
CMYK 0 0.42 0.11 0.67
HSL 315.43º 0.27% 0.26% -
HSV(B) 315.43º 0.42% 0.33% -
XYZ 5.86 4.45 7.03 -
YUV 61.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 83 48 74 0 0.42 0.11 0.67 315.43 0.27 0.26
Hex 53 30 4A 0 2A B 43 13B 1B 1A
Octal 123 60 112 0 52 13 103 473 33 32
Binary 1010011 110000 1001010 0 101010 1011 1000011 100111011 11011 11010

Color Harmonies of #53304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53304A

Black with #53304A

Text Example


Text Example

White with #53304A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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