Html Css Color HEX #515045 Merlin

📋 copy color: '#515045'

red 81 ◦ green 80 ◦ blue 69

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

Shades of Merlin #515045

Tints of Merlin #515045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.78%

 BLUE value IS 69 (27.34% from 255) = 30%

R = 35.22%
G = 34.78%
B = 30%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#515045 (or 0x515045) is known color: Merlin. HEX triplet: 51, 50 and 45. RGB value is (81,80,69). Sum of RGB (Red+Green+Blue) = 81+80+69=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 81 - color contains mainly: red. Hex color #515045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515045 is #AEAFBA. Grayscale: #4F4F4F. Windows color (decimal): -11448251 or 4542545. OLE color: 4542545.

HSL color Cylindrical-coordinate representation of color #515045: hue angle of 55º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #515045 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 80 69 -
CMYK 0 0.01 0.15 0.68
HSL 55º 0.08% 0.29% -
HSV(B) 55º 0.15% 0.32% -
XYZ 7.34 7.92 6.77 -
YUV 79.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 81 80 69 0 0.01 0.15 0.68 55 0.08 0.29
Hex 51 50 45 0 1 F 44 37 8 1D
Octal 121 120 105 0 1 17 104 67 10 35
Binary 1010001 1010000 1000101 0 1 1111 1000100 110111 1000 11101

Color Harmonies of #515045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515045

Black with #515045

Text Example


Text Example

White with #515045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515045; }

 p { color: rgb(81,80,69); }

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

background-color css

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

 a { background-color: rgb(81,80,69); }

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

border-color css

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

 span { border-color: rgb(81,80,69); }

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