#54303B

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

Shades of Wine Berry #54303B

Tints of Wine Berry #54303B

Color information

#54303B (or 0x54303B) is unknown color: approx Wine Berry. HEX triplet: 54, 30 and 3B. RGB value is (84,48,59). Sum of RGB (Red+Green+Blue) = 84+48+59=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #54303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54303B is #ABCFC4. Grayscale: #3C3C3C. Windows color (decimal): -11259845 or 3878996. OLE color: 3878996.

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

Color convert

RGB844859-
CMYK00.430.300.67
HSL341.67º27.27%25.88%-
HSV(B)341.67º42.86%32.94%-
XYZ5.54.314.68-
YUV60.02127.43145.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.98%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 59 (23.44% from 255) = 30.89%
R=43.98%
G=25.13%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84485900.430.300.67341.6727.2725.88
Hex54303B02B1E431561b1a
Octal1246073053361035263332
Binary101010011000011101101010111111010000111010101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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