Html Css Color HEX #512B4A Loulou

📋 copy color: '#512B4A'

red 81 ◦ green 43 ◦ blue 74

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

Shades of Loulou #512B4A

Tints of Loulou #512B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 37.37%

R = 40.91%
G = 21.72%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#512B4A (or 0x512B4A) is known color: Loulou. HEX triplet: 51, 2B and 4A. RGB value is (81,43,74). Sum of RGB (Red+Green+Blue) = 81+43+74=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #512B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B4A is #AED4B5. Grayscale: #393939. Windows color (decimal): -11457718 or 4860753. OLE color: 4860753.

HSL color Cylindrical-coordinate representation of color #512B4A: hue angle of 311.05º 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 #512B4A is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 43 74 -
CMYK 0 0.47 0.09 0.68
HSL 311.05º 0.31% 0.24% -
HSV(B) 311.05º 0.47% 0.32% -
XYZ 5.49 3.97 6.96 -
YUV 57.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 81 43 74 0 0.47 0.09 0.68 311.05 0.31 0.24
Hex 51 2B 4A 0 2F 9 44 137 1F 18
Octal 121 53 112 0 57 11 104 467 37 30
Binary 1010001 101011 1001010 0 101111 1001 1000100 100110111 11111 11000

Color Harmonies of #512B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B4A

Black with #512B4A

Text Example


Text Example

White with #512B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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