Html Css Color HEX #51324B Loulou

📋 copy color: '#51324B'

red 81 ◦ green 50 ◦ blue 75

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

Shades of Loulou #51324B

Tints of Loulou #51324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.27%

 BLUE value IS 75 (29.69% from 255) = 36.41%

R = 39.32%
G = 24.27%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#51324B (or 0x51324B) is known color: Loulou. HEX triplet: 51, 32 and 4B. RGB value is (81,50,75). Sum of RGB (Red+Green+Blue) = 81+50+75=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #51324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51324B is #AECDB4. Grayscale: #3E3E3E. Windows color (decimal): -11455925 or 4928081. OLE color: 4928081.

HSL color Cylindrical-coordinate representation of color #51324B: hue angle of 311.61º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #51324B is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 50 75 -
CMYK 0 0.38 0.07 0.68
HSL 311.61º 0.24% 0.26% -
HSV(B) 311.61º 0.38% 0.32% -
XYZ 5.8 4.54 7.23 -
YUV 62.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 81 50 75 0 0.38 0.07 0.68 311.61 0.24 0.26
Hex 51 32 4B 0 26 7 44 138 18 1A
Octal 121 62 113 0 46 7 104 470 30 32
Binary 1010001 110010 1001011 0 100110 111 1000100 100111000 11000 11010

Color Harmonies of #51324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51324B

Black with #51324B

Text Example


Text Example

White with #51324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51324B; }

 p { color: rgb(81,50,75); }

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

background-color css

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

 a { background-color: rgb(81,50,75); }

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

border-color css

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

 span { border-color: rgb(81,50,75); }

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