Html Css Color HEX #53134A Loulou

📋 copy color: '#53134A'

red 83 ◦ green 19 ◦ blue 74

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

Shades of Loulou #53134A

Tints of Loulou #53134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

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

R = 47.16%
G = 10.8%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53134A (or 0x53134A) is known color: Loulou. HEX triplet: 53, 13 and 4A. RGB value is (83,19,74). Sum of RGB (Red+Green+Blue) = 83+19+74=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #53134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53134A is #ACECB5. Grayscale: #2C2C2C. Windows color (decimal): -11332790 or 4854611. OLE color: 4854611.

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

Color convert

RGB 83 19 74 -
CMYK 0 0.77 0.11 0.67
HSL 308.44º 0.63% 0.2% -
HSV(B) 308.44º 0.77% 0.33% -
XYZ 5.04 2.8 6.75 -
YUV 44.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 83 19 74 0 0.77 0.11 0.67 308.44 0.63 0.2
Hex 53 13 4A 0 4D B 43 134 3F 14
Octal 123 23 112 0 115 13 103 464 77 24
Binary 1010011 10011 1001010 0 1001101 1011 1000011 100110100 111111 10100

Color Harmonies of #53134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53134A

Black with #53134A

Text Example


Text Example

White with #53134A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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