Html Css Color HEX #512443 Loulou

📋 copy color: '#512443'

red 81 ◦ green 36 ◦ blue 67

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

Shades of Loulou #512443

Tints of Loulou #512443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.41%

R = 44.02%
G = 19.57%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#512443 (or 0x512443) is known color: Loulou. HEX triplet: 51, 24 and 43. RGB value is (81,36,67). Sum of RGB (Red+Green+Blue) = 81+36+67=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #512443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512443 is #AEDBBC. Grayscale: #343434. Windows color (decimal): -11459517 or 4400209. OLE color: 4400209.

HSL color Cylindrical-coordinate representation of color #512443: hue angle of 318.67º 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 #512443 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 36 67 -
CMYK 0 0.56 0.17 0.68
HSL 318.67º 0.38% 0.23% -
HSV(B) 318.67º 0.56% 0.32% -
XYZ 5.04 3.42 5.7 -
YUV 52.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 81 36 67 0 0.56 0.17 0.68 318.67 0.38 0.23
Hex 51 24 43 0 38 11 44 13F 26 17
Octal 121 44 103 0 70 21 104 477 46 27
Binary 1010001 100100 1000011 0 111000 10001 1000100 100111111 100110 10111

Color Harmonies of #512443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512443

Black with #512443

Text Example


Text Example

White with #512443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512443; }

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

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

background-color css

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

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

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

border-color css

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

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

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