Html Css Color HEX #54363A Wine Berry

📋 copy color: '#54363A'

red 84 ◦ green 54 ◦ blue 58

#54363A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wine Berry #54363A

Tints of Wine Berry #54363A

RGB

 RED value IS 84 (33.2% 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 value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#54363A (or 0x54363A) is known color: 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

RGB 84 54 58 -
CMYK 0 0.36 0.31 0.67
HSL 352º 0.22% 0.27% -
HSV(B) 352º 0.36% 0.33% -
XYZ 5.74 4.83 4.63 -
YUV 63.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 84 54 58 0 0.36 0.31 0.67 352 0.22 0.27
Hex 54 36 3A 0 24 1F 43 160 16 1B
Octal 124 66 72 0 44 37 103 540 26 33
Binary 1010100 110110 111010 0 100100 11111 1000011 101100000 10110 11011

Color Harmonies of #54363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54363A

Black with #54363A

Text Example


Text Example

White with #54363A

Text Example


Text Example

HTML Codes & Css Web 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>