Html Css Color HEX #512B4D Loulou

📋 copy color: '#512B4D'

red 81 ◦ green 43 ◦ blue 77

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

Shades of Loulou #512B4D

Tints of Loulou #512B4D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.39%

 BLUE value IS 77 (30.47% from 255) = 38.31%

R = 40.3%
G = 21.39%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#512B4D (or 0x512B4D) is known color: Loulou. HEX triplet: 51, 2B and 4D. RGB value is (81,43,77). Sum of RGB (Red+Green+Blue) = 81+43+77=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #512B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512B4D is #AED4B2. Grayscale: #3A3A3A. Windows color (decimal): -11457715 or 5057361. OLE color: 5057361.

HSL color Cylindrical-coordinate representation of color #512B4D: hue angle of 306.32º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #512B4D is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 43 77 -
CMYK 0 0.47 0.05 0.68
HSL 306.32º 0.31% 0.24% -
HSV(B) 306.32º 0.47% 0.32% -
XYZ 5.6 4.01 7.5 -
YUV 58.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 81 43 77 0 0.47 0.05 0.68 306.32 0.31 0.24
Hex 51 2B 4D 0 2F 5 44 132 1F 18
Octal 121 53 115 0 57 5 104 462 37 30
Binary 1010001 101011 1001101 0 101111 101 1000100 100110010 11111 11000

Color Harmonies of #512B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B4D

Black with #512B4D

Text Example


Text Example

White with #512B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512B4D; }

 p { color: rgb(81,43,77); }

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

background-color css

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

 a { background-color: rgb(81,43,77); }

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

border-color css

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

 span { border-color: rgb(81,43,77); }

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