#54303A

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

Shades of Wine Berry #54303A

Tints of Wine Berry #54303A

Color information

#54303A (or 0x54303A) is unknown color: approx Wine Berry. HEX triplet: 54, 30 and 3A. RGB value is (84,48,58). Sum of RGB (Red+Green+Blue) = 84+48+58=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #54303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54303A is #ABCFC5. Grayscale: #3B3B3B. Windows color (decimal): -11259846 or 3813460. OLE color: 3813460.

HSL color Cylindrical-coordinate representation of color #54303A: hue angle of 343.33º 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 #54303A is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB844858-
CMYK00.430.310.67
HSL343.33º27.27%25.88%-
HSV(B)343.33º42.86%32.94%-
XYZ5.484.34.55-
YUV59.9126.93145.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 58 (23.05% from 255) = 30.53%
R=44.21%
G=25.26%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84485800.430.310.67343.3327.2725.88
Hex54303A02B1F431571b1a
Octal1246072053371035273332
Binary101010011000011101001010111111110000111010101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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