Html Css Color HEX #51373D Wine Berry

📋 copy color: '#51373D'

red 81 ◦ green 55 ◦ blue 61

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

Shades of Wine Berry #51373D

Tints of Wine Berry #51373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.92%

 BLUE value IS 61 (24.22% from 255) = 30.96%

R = 41.12%
G = 27.92%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.68

RGB Variations

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

Color information

#51373D (or 0x51373D) is known color: Wine Berry. HEX triplet: 51, 37 and 3D. RGB value is (81,55,61). Sum of RGB (Red+Green+Blue) = 81+55+61=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #51373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51373D is #AEC8C2. Grayscale: #3F3F3F. Windows color (decimal): -11454659 or 4011857. OLE color: 4011857.

HSL color Cylindrical-coordinate representation of color #51373D: hue angle of 346.15º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #51373D is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 55 61 -
CMYK 0 0.32 0.25 0.68
HSL 346.15º 0.19% 0.27% -
HSV(B) 346.15º 0.32% 0.32% -
XYZ 5.6 4.82 5.05 -
YUV 63.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 81 55 61 0 0.32 0.25 0.68 346.15 0.19 0.27
Hex 51 37 3D 0 20 19 44 15A 13 1B
Octal 121 67 75 0 40 31 104 532 23 33
Binary 1010001 110111 111101 0 100000 11001 1000100 101011010 10011 11011

Color Harmonies of #51373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51373D

Black with #51373D

Text Example


Text Example

White with #51373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51373D; }

 p { color: rgb(81,55,61); }

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

background-color css

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

 a { background-color: rgb(81,55,61); }

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

border-color css

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

 span { border-color: rgb(81,55,61); }

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