Html Css Color HEX #53114A Loulou

📋 copy color: '#53114A'

red 83 ◦ green 17 ◦ blue 74

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

Shades of Loulou #53114A

Tints of Loulou #53114A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.77%

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

R = 47.7%
G = 9.77%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53114A (or 0x53114A) is known color: Loulou. HEX triplet: 53, 11 and 4A. RGB value is (83,17,74). Sum of RGB (Red+Green+Blue) = 83+17+74=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #53114A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53114A is #ACEEB5. Grayscale: #2B2B2B. Windows color (decimal): -11333302 or 4854099. OLE color: 4854099.

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

Color convert

RGB 83 17 74 -
CMYK 0 0.80 0.11 0.67
HSL 308.18º 0.66% 0.2% -
HSV(B) 308.18º 0.8% 0.33% -
XYZ 5 2.73 6.74 -
YUV 43.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 83 17 74 0 0.80 0.11 0.67 308.18 0.66 0.2
Hex 53 11 4A 0 50 B 43 134 42 14
Octal 123 21 112 0 120 13 103 464 102 24
Binary 1010011 10001 1001010 0 1010000 1011 1000011 100110100 1000010 10100

Color Harmonies of #53114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53114A

Black with #53114A

Text Example


Text Example

White with #53114A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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