Html Css Color HEX #51312B Espresso

📋 copy color: '#51312B'

red 81 ◦ green 49 ◦ blue 43

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

Shades of Espresso #51312B

Tints of Espresso #51312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.32%

 BLUE value IS 43 (17.19% from 255) = 24.86%

R = 46.82%
G = 28.32%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.68

RGB Variations

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

Color information

#51312B (or 0x51312B) is known color: Espresso. HEX triplet: 51, 31 and 2B. RGB value is (81,49,43). Sum of RGB (Red+Green+Blue) = 81+49+43=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #51312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51312B is #AECED4. Grayscale: #393939. Windows color (decimal): -11456213 or 2830673. OLE color: 2830673.

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

Color convert

RGB 81 49 43 -
CMYK 0 0.40 0.47 0.68
HSL 9.47º 0.31% 0.24% -
HSV(B) 9.47º 0.47% 0.32% -
XYZ 4.93 4.12 2.82 -
YUV 57.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 81 49 43 0 0.40 0.47 0.68 9.47 0.31 0.24
Hex 51 31 2B 0 28 2F 44 9 1F 18
Octal 121 61 53 0 50 57 104 11 37 30
Binary 1010001 110001 101011 0 101000 101111 1000100 1001 11111 11000

Color Harmonies of #51312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51312B

Black with #51312B

Text Example


Text Example

White with #51312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,49,43); }

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

background-color css

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

 a { background-color: rgb(81,49,43); }

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

border-color css

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

 span { border-color: rgb(81,49,43); }

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