Html Css Color HEX #53154C Loulou

📋 copy color: '#53154C'

red 83 ◦ green 21 ◦ blue 76

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

Shades of Loulou #53154C

Tints of Loulou #53154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.67%

 BLUE value IS 76 (30.08% from 255) = 42.22%

R = 46.11%
G = 11.67%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53154C (or 0x53154C) is known color: Loulou. HEX triplet: 53, 15 and 4C. RGB value is (83,21,76). Sum of RGB (Red+Green+Blue) = 83+21+76=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53154C is #ACEAB3. Grayscale: #2D2D2D. Windows color (decimal): -11332276 or 4986195. OLE color: 4986195.

HSL color Cylindrical-coordinate representation of color #53154C: hue angle of 306.77º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53154C is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 21 76 -
CMYK 0 0.75 0.08 0.67
HSL 306.77º 0.6% 0.2% -
HSV(B) 306.77º 0.75% 0.33% -
XYZ 5.14 2.9 7.13 -
YUV 45.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 83 21 76 0 0.75 0.08 0.67 306.77 0.6 0.2
Hex 53 15 4C 0 4B 8 43 133 3C 14
Octal 123 25 114 0 113 10 103 463 74 24
Binary 1010011 10101 1001100 0 1001011 1000 1000011 100110011 111100 10100

Color Harmonies of #53154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53154C

Black with #53154C

Text Example


Text Example

White with #53154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53154C; }

 p { color: rgb(83,21,76); }

 H1.HeaderClassName
 {
   color: #53154C;
 }
 .AnyTagClassName
 {
   color: #53154C;
 }
</style>

background-color css

<style>
 a { background-color: #53154C; }

 a { background-color: rgb(83,21,76); }

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

border-color css

<style>
 span { border-color: #53154C; }

 span { border-color: rgb(83,21,76); }

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