Html Css Color HEX #53114B Loulou

📋 copy color: '#53114B'

red 83 ◦ green 17 ◦ blue 75

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

Shades of Loulou #53114B

Tints of Loulou #53114B

RGB

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

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

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

R = 47.43%
G = 9.71%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53114B (or 0x53114B) is known color: Loulou. HEX triplet: 53, 11 and 4B. RGB value is (83,17,75). Sum of RGB (Red+Green+Blue) = 83+17+75=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53114B is #ACEEB4. Grayscale: #2B2B2B. Windows color (decimal): -11333301 or 4919635. OLE color: 4919635.

HSL color Cylindrical-coordinate representation of color #53114B: hue angle of 307.27º 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 #53114B is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 17 75 -
CMYK 0 0.80 0.10 0.67
HSL 307.27º 0.66% 0.2% -
HSV(B) 307.27º 0.8% 0.33% -
XYZ 5.04 2.75 6.92 -
YUV 43.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 83 17 75 0 0.80 0.10 0.67 307.27 0.66 0.2
Hex 53 11 4B 0 50 A 43 133 42 14
Octal 123 21 113 0 120 12 103 463 102 24
Binary 1010011 10001 1001011 0 1010000 1010 1000011 100110011 1000010 10100

Color Harmonies of #53114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53114B

Black with #53114B

Text Example


Text Example

White with #53114B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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