Html Css Color HEX #51373C Wine Berry

📋 copy color: '#51373C'

red 81 ◦ green 55 ◦ blue 60

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

Shades of Wine Berry #51373C

Tints of Wine Berry #51373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.61%

R = 41.33%
G = 28.06%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#51373C (or 0x51373C) is known color: Wine Berry. HEX triplet: 51, 37 and 3C. RGB value is (81,55,60). Sum of RGB (Red+Green+Blue) = 81+55+60=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #51373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51373C is #AEC8C3. Grayscale: #3F3F3F. Windows color (decimal): -11454660 or 3946321. OLE color: 3946321.

HSL color Cylindrical-coordinate representation of color #51373C: hue angle of 348.46º 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 #51373C is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 55 60 -
CMYK 0 0.32 0.26 0.68
HSL 348.46º 0.19% 0.27% -
HSV(B) 348.46º 0.32% 0.32% -
XYZ 5.58 4.81 4.91 -
YUV 63.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 81 55 60 0 0.32 0.26 0.68 348.46 0.19 0.27
Hex 51 37 3C 0 20 1A 44 15C 13 1B
Octal 121 67 74 0 40 32 104 534 23 33
Binary 1010001 110111 111100 0 100000 11010 1000100 101011100 10011 11011

Color Harmonies of #51373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51373C

Black with #51373C

Text Example


Text Example

White with #51373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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