Html Css Color HEX #512448 Loulou

📋 copy color: '#512448'

red 81 ◦ green 36 ◦ blue 72

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

Shades of Loulou #512448

Tints of Loulou #512448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.05%

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

R = 42.86%
G = 19.05%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#512448 (or 0x512448) is known color: Loulou. HEX triplet: 51, 24 and 48. RGB value is (81,36,72). Sum of RGB (Red+Green+Blue) = 81+36+72=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #512448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512448 is #AEDBB7. Grayscale: #353535. Windows color (decimal): -11459512 or 4727889. OLE color: 4727889.

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

Color convert

RGB 81 36 72 -
CMYK 0 0.56 0.11 0.68
HSL 312º 0.38% 0.23% -
HSV(B) 312º 0.56% 0.32% -
XYZ 5.19 3.48 6.53 -
YUV 53.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 81 36 72 0 0.56 0.11 0.68 312 0.38 0.23
Hex 51 24 48 0 38 B 44 138 26 17
Octal 121 44 110 0 70 13 104 470 46 27
Binary 1010001 100100 1001000 0 111000 1011 1000100 100111000 100110 10111

Color Harmonies of #512448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512448

Black with #512448

Text Example


Text Example

White with #512448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512448; }

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

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

background-color css

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

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

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

border-color css

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

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

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