#54363B

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

Shades of Wine Berry #54363B

Tints of Wine Berry #54363B

Color information

#54363B (or 0x54363B) is unknown color: approx Wine Berry. HEX triplet: 54, 36 and 3B. RGB value is (84,54,59). Sum of RGB (Red+Green+Blue) = 84+54+59=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #54363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54363B is #ABC9C4. Grayscale: #3F3F3F. Windows color (decimal): -11258309 or 3880532. OLE color: 3880532.

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

Color convert

RGB845459-
CMYK00.360.300.67
HSL350º21.74%27.06%-
HSV(B)350º35.71%32.94%-
XYZ5.764.844.77-
YUV63.54125.44142.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 54 (21.48% from 255) = 27.41%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=42.64%
G=27.41%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84545900.360.300.6735021.7427.06
Hex54363B0241E4315e161b
Octal1246673044361035362633
Binary101010011011011101101001001111010000111010111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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