Html Css Color HEX #51504E Dune

📋 copy color: '#51504E'

red 81 ◦ green 80 ◦ blue 78

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

Shades of Dune #51504E

Tints of Dune #51504E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.64%

R = 33.89%
G = 33.47%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#51504E (or 0x51504E) is known color: Dune. HEX triplet: 51, 50 and 4E. RGB value is (81,80,78). Sum of RGB (Red+Green+Blue) = 81+80+78=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 81 - color contains mainly: red. Hex color #51504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51504E is #AEAFB1. Grayscale: #505050. Windows color (decimal): -11448242 or 5132369. OLE color: 5132369.

HSL color Cylindrical-coordinate representation of color #51504E: hue angle of 40º degrees, saturation: 0.02, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #51504E is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 80 78 -
CMYK 0 0.01 0.04 0.68
HSL 40º 0.02% 0.31% -
HSV(B) 40º 0.04% 0.32% -
XYZ 7.64 8.04 8.36 -
YUV 80.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 81 80 78 0 0.01 0.04 0.68 40 0.02 0.31
Hex 51 50 4E 0 1 4 44 28 2 1F
Octal 121 120 116 0 1 4 104 50 2 37
Binary 1010001 1010000 1001110 0 1 100 1000100 101000 10 11111

Color Harmonies of #51504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51504E

Black with #51504E

Text Example


Text Example

White with #51504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51504E; }

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

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

background-color css

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

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

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

border-color css

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

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

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