Html Css Color HEX #512141 Loulou

📋 copy color: '#512141'

red 81 ◦ green 33 ◦ blue 65

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

Shades of Loulou #512141

Tints of Loulou #512141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.31%

R = 45.25%
G = 18.44%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#512141 (or 0x512141) is known color: Loulou. HEX triplet: 51, 21 and 41. RGB value is (81,33,65). Sum of RGB (Red+Green+Blue) = 81+33+65=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #512141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512141 is #AEDEBE. Grayscale: #323232. Windows color (decimal): -11460287 or 4268369. OLE color: 4268369.

HSL color Cylindrical-coordinate representation of color #512141: hue angle of 320º 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 #512141 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 33 65 -
CMYK 0 0.59 0.20 0.68
HSL 320º 0.42% 0.22% -
HSV(B) 320º 0.59% 0.32% -
XYZ 4.89 3.22 5.36 -
YUV 51 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 81 33 65 0 0.59 0.20 0.68 320 0.42 0.22
Hex 51 21 41 0 3B 14 44 140 2A 16
Octal 121 41 101 0 73 24 104 500 52 26
Binary 1010001 100001 1000001 0 111011 10100 1000100 101000000 101010 10110

Color Harmonies of #512141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512141

Black with #512141

Text Example


Text Example

White with #512141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512141; }

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

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

background-color css

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

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

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

border-color css

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

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

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