Html Css Color HEX #53124A Loulou

📋 copy color: '#53124A'

red 83 ◦ green 18 ◦ blue 74

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

Shades of Loulou #53124A

Tints of Loulou #53124A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.29%

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

R = 47.43%
G = 10.29%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53124A (or 0x53124A) is known color: Loulou. HEX triplet: 53, 12 and 4A. RGB value is (83,18,74). Sum of RGB (Red+Green+Blue) = 83+18+74=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53124A is #ACEDB5. Grayscale: #2B2B2B. Windows color (decimal): -11333046 or 4854355. OLE color: 4854355.

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

Color convert

RGB 83 18 74 -
CMYK 0 0.78 0.11 0.67
HSL 308.31º 0.64% 0.2% -
HSV(B) 308.31º 0.78% 0.33% -
XYZ 5.02 2.77 6.75 -
YUV 43.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 83 18 74 0 0.78 0.11 0.67 308.31 0.64 0.2
Hex 53 12 4A 0 4E B 43 134 40 14
Octal 123 22 112 0 116 13 103 464 100 24
Binary 1010011 10010 1001010 0 1001110 1011 1000011 100110100 1000000 10100

Color Harmonies of #53124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53124A

Black with #53124A

Text Example


Text Example

White with #53124A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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