Html Css Color HEX #53154A Loulou

📋 copy color: '#53154A'

red 83 ◦ green 21 ◦ blue 74

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

Shades of Loulou #53154A

Tints of Loulou #53154A

RGB

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

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

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

R = 46.63%
G = 11.8%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53154A (or 0x53154A) is known color: Loulou. HEX triplet: 53, 15 and 4A. RGB value is (83,21,74). Sum of RGB (Red+Green+Blue) = 83+21+74=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53154A is #ACEAB5. Grayscale: #2D2D2D. Windows color (decimal): -11332278 or 4855123. OLE color: 4855123.

HSL color Cylindrical-coordinate representation of color #53154A: hue angle of 308.71º 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 #53154A is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 21 74 -
CMYK 0 0.75 0.11 0.67
HSL 308.71º 0.6% 0.2% -
HSV(B) 308.71º 0.75% 0.33% -
XYZ 5.07 2.87 6.77 -
YUV 45.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 83 21 74 0 0.75 0.11 0.67 308.71 0.6 0.2
Hex 53 15 4A 0 4B B 43 135 3C 14
Octal 123 25 112 0 113 13 103 465 74 24
Binary 1010011 10101 1001010 0 1001011 1011 1000011 100110101 111100 10100

Color Harmonies of #53154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53154A

Black with #53154A

Text Example


Text Example

White with #53154A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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