#54373B

Color #54373B Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #54373B

Tints of Wine Berry #54373B

Color information

#54373B (or 0x54373B) is unknown color: approx Wine Berry. HEX triplet: 54, 37 and 3B. RGB value is (84,55,59). Sum of RGB (Red+Green+Blue) = 84+55+59=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #54373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54373B is #ABC8C4. Grayscale: #404040. Windows color (decimal): -11258053 or 3880788. OLE color: 3880788.

HSL color Cylindrical-coordinate representation of color #54373B: hue angle of 351.72º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #54373B is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB845559-
CMYK00.350.300.67
HSL351.72º20.86%27.25%-
HSV(B)351.72º34.52%32.94%-
XYZ5.814.934.78-
YUV64.13125.11142.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.42%
GREEN value IS 55 (21.88% from 255) = 27.78%
BLUE value IS 59 (23.44% from 255) = 29.80%
R=42.42%
G=27.78%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84555900.350.300.67351.7220.8627.25
Hex54373B0231E43160151b
Octal1246773043361035402533
Binary101010011011111101101000111111010000111011000001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,55,59); }

 H1.HeaderClassName
 {
   color: #54373B;
 }
 .AnyTagClassName
 {
   color: #54373B;
 }
</style>
background-color css

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

 a { background-color: rgb(84,55,59); }

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

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

 span { border-color: rgb(84,55,59); }

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