Html Css Color HEX #53214E Loulou

📋 copy color: '#53214E'

red 83 ◦ green 33 ◦ blue 78

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

Shades of Loulou #53214E

Tints of Loulou #53214E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.21%

R = 42.78%
G = 17.01%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#53214E (or 0x53214E) is known color: Loulou. HEX triplet: 53, 21 and 4E. RGB value is (83,33,78). Sum of RGB (Red+Green+Blue) = 83+33+78=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53214E is #ACDEB1. Grayscale: #343434. Windows color (decimal): -11329202 or 5120339. OLE color: 5120339.

HSL color Cylindrical-coordinate representation of color #53214E: hue angle of 306º 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 #53214E is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 33 78 -
CMYK 0 0.60 0.06 0.67
HSL 306º 0.43% 0.23% -
HSV(B) 306º 0.6% 0.33% -
XYZ 5.49 3.48 7.59 -
YUV 53.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 83 33 78 0 0.60 0.06 0.67 306 0.43 0.23
Hex 53 21 4E 0 3C 6 43 132 2B 17
Octal 123 41 116 0 74 6 103 462 53 27
Binary 1010011 100001 1001110 0 111100 110 1000011 100110010 101011 10111

Color Harmonies of #53214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53214E

Black with #53214E

Text Example


Text Example

White with #53214E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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