Html Css Color HEX #53214F Loulou

📋 copy color: '#53214F'

red 83 ◦ green 33 ◦ blue 79

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

Shades of Loulou #53214F

Tints of Loulou #53214F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.92%

 BLUE value IS 79 (31.25% from 255) = 40.51%

R = 42.56%
G = 16.92%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53214F (or 0x53214F) is known color: Loulou. HEX triplet: 53, 21 and 4F. RGB value is (83,33,79). Sum of RGB (Red+Green+Blue) = 83+33+79=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #53214F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53214F is #ACDEB0. Grayscale: #353535. Windows color (decimal): -11329201 or 5185875. OLE color: 5185875.

HSL color Cylindrical-coordinate representation of color #53214F: hue angle of 304.8º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53214F is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 33 79 -
CMYK 0 0.60 0.05 0.67
HSL 304.8º 0.43% 0.23% -
HSV(B) 304.8º 0.6% 0.33% -
XYZ 5.52 3.49 7.78 -
YUV 53.19 142.57 149.26 -
System Red Green Blue C M Y K H S L
Decimal 83 33 79 0 0.60 0.05 0.67 304.8 0.43 0.23
Hex 53 21 4F 0 3C 5 43 131 2B 17
Octal 123 41 117 0 74 5 103 461 53 27
Binary 1010011 100001 1001111 0 111100 101 1000011 100110001 101011 10111

Color Harmonies of #53214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53214F

Black with #53214F

Text Example


Text Example

White with #53214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53214F; }

 p { color: rgb(83,33,79); }

 H1.HeaderClassName
 {
   color: #53214F;
 }
 .AnyTagClassName
 {
   color: #53214F;
 }
</style>

background-color css

<style>
 a { background-color: #53214F; }

 a { background-color: rgb(83,33,79); }

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

border-color css

<style>
 span { border-color: #53214F; }

 span { border-color: rgb(83,33,79); }

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