Html Css Color HEX #51214C Loulou

📋 copy color: '#51214C'

red 81 ◦ green 33 ◦ blue 76

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

Shades of Loulou #51214C

Tints of Loulou #51214C

RGB

 RED value IS 81 (32.03% from 255) = 42.63%

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

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

R = 42.63%
G = 17.37%
B = 40%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#51214C (or 0x51214C) is known color: Loulou. HEX triplet: 51, 21 and 4C. RGB value is (81,33,76). Sum of RGB (Red+Green+Blue) = 81+33+76=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #51214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51214C is #AEDEB3. Grayscale: #343434. Windows color (decimal): -11460276 or 4989265. OLE color: 4989265.

HSL color Cylindrical-coordinate representation of color #51214C: hue angle of 306.25º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51214C is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 33 76 -
CMYK 0 0.59 0.06 0.68
HSL 306.25º 0.42% 0.22% -
HSV(B) 306.25º 0.59% 0.32% -
XYZ 5.24 3.36 7.21 -
YUV 52.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 81 33 76 0 0.59 0.06 0.68 306.25 0.42 0.22
Hex 51 21 4C 0 3B 6 44 132 2A 16
Octal 121 41 114 0 73 6 104 462 52 26
Binary 1010001 100001 1001100 0 111011 110 1000100 100110010 101010 10110

Color Harmonies of #51214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51214C

Black with #51214C

Text Example


Text Example

White with #51214C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,33,76); }

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

background-color css

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

 a { background-color: rgb(81,33,76); }

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

border-color css

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

 span { border-color: rgb(81,33,76); }

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