Html Css Color HEX #512B48 Loulou

📋 copy color: '#512B48'

red 81 ◦ green 43 ◦ blue 72

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

Shades of Loulou #512B48

Tints of Loulou #512B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.73%

R = 41.33%
G = 21.94%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#512B48 (or 0x512B48) is known color: Loulou. HEX triplet: 51, 2B and 48. RGB value is (81,43,72). Sum of RGB (Red+Green+Blue) = 81+43+72=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #512B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B48 is #AED4B7. Grayscale: #393939. Windows color (decimal): -11457720 or 4729681. OLE color: 4729681.

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

Color convert

RGB 81 43 72 -
CMYK 0 0.47 0.11 0.68
HSL 314.21º 0.31% 0.24% -
HSV(B) 314.21º 0.47% 0.32% -
XYZ 5.43 3.94 6.61 -
YUV 57.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 81 43 72 0 0.47 0.11 0.68 314.21 0.31 0.24
Hex 51 2B 48 0 2F B 44 13A 1F 18
Octal 121 53 110 0 57 13 104 472 37 30
Binary 1010001 101011 1001000 0 101111 1011 1000100 100111010 11111 11000

Color Harmonies of #512B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B48

Black with #512B48

Text Example


Text Example

White with #512B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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