Html Css Color HEX #512848 Loulou

📋 copy color: '#512848'

red 81 ◦ green 40 ◦ blue 72

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

Shades of Loulou #512848

Tints of Loulou #512848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.73%

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

R = 41.97%
G = 20.73%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#512848 (or 0x512848) is known color: Loulou. HEX triplet: 51, 28 and 48. RGB value is (81,40,72). Sum of RGB (Red+Green+Blue) = 81+40+72=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #512848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512848 is #AED7B7. Grayscale: #373737. Windows color (decimal): -11458488 or 4728913. OLE color: 4728913.

HSL color Cylindrical-coordinate representation of color #512848: hue angle of 313.17º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #512848 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 40 72 -
CMYK 0 0.51 0.11 0.68
HSL 313.17º 0.34% 0.24% -
HSV(B) 313.17º 0.51% 0.32% -
XYZ 5.32 3.73 6.57 -
YUV 55.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 81 40 72 0 0.51 0.11 0.68 313.17 0.34 0.24
Hex 51 28 48 0 33 B 44 139 22 18
Octal 121 50 110 0 63 13 104 471 42 30
Binary 1010001 101000 1001000 0 110011 1011 1000100 100111001 100010 11000

Color Harmonies of #512848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512848

Black with #512848

Text Example


Text Example

White with #512848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512848; }

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

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

background-color css

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

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

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

border-color css

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

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

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