#54363A

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

Shades of Wine Berry #54363A

Tints of Wine Berry #54363A

Color information

#54363A (or 0x54363A) is unknown color: approx Wine Berry. HEX triplet: 54, 36 and 3A. RGB value is (84,54,58). Sum of RGB (Red+Green+Blue) = 84+54+58=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #54363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54363A is #ABC9C5. Grayscale: #3F3F3F. Windows color (decimal): -11258310 or 3814996. OLE color: 3814996.

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

Color convert

RGB845458-
CMYK00.360.310.67
HSL352º21.74%27.06%-
HSV(B)352º35.71%32.94%-
XYZ5.744.834.63-
YUV63.43124.94142.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 54 (21.48% from 255) = 27.55%
BLUE value IS 58 (23.05% from 255) = 29.59%
R=42.86%
G=27.55%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84545800.360.310.6735221.7427.06
Hex54363A0241F43160161b
Octal1246672044371035402633
Binary101010011011011101001001001111110000111011000001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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