Html Css Color HEX #51174C Loulou

📋 copy color: '#51174C'

red 81 ◦ green 23 ◦ blue 76

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

Shades of Loulou #51174C

Tints of Loulou #51174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.78%

 BLUE value IS 76 (30.08% from 255) = 42.22%

R = 45%
G = 12.78%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#51174C (or 0x51174C) is known color: Loulou. HEX triplet: 51, 17 and 4C. RGB value is (81,23,76). Sum of RGB (Red+Green+Blue) = 81+23+76=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #51174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51174C is #AEE8B3. Grayscale: #2E2E2E. Windows color (decimal): -11462836 or 4986705. OLE color: 4986705.

HSL color Cylindrical-coordinate representation of color #51174C: hue angle of 305.17º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #51174C is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 23 76 -
CMYK 0 0.72 0.06 0.68
HSL 305.17º 0.56% 0.2% -
HSV(B) 305.17º 0.72% 0.32% -
XYZ 5 2.88 7.13 -
YUV 46.38 144.72 152.69 -
System Red Green Blue C M Y K H S L
Decimal 81 23 76 0 0.72 0.06 0.68 305.17 0.56 0.2
Hex 51 17 4C 0 48 6 44 131 38 14
Octal 121 27 114 0 110 6 104 461 70 24
Binary 1010001 10111 1001100 0 1001000 110 1000100 100110001 111000 10100

Color Harmonies of #51174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51174C

Black with #51174C

Text Example


Text Example

White with #51174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51174C; }

 p { color: rgb(81,23,76); }

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

background-color css

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

 a { background-color: rgb(81,23,76); }

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

border-color css

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

 span { border-color: rgb(81,23,76); }

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