Html Css Color HEX #54353B Wine Berry

📋 copy color: '#54353B'

red 84 ◦ green 53 ◦ blue 59

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

Shades of Wine Berry #54353B

Tints of Wine Berry #54353B

RGB

 RED value IS 84 (33.2% from 255) = 42.86%

 GREEN value IS 53 (21.09% from 255) = 27.04%

 BLUE value IS 59 (23.44% from 255) = 30.1%

R = 42.86%
G = 27.04%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#54353B (or 0x54353B) is known color: Wine Berry. HEX triplet: 54, 35 and 3B. RGB value is (84,53,59). Sum of RGB (Red+Green+Blue) = 84+53+59=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #54353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54353B is #ABCAC4. Grayscale: #3E3E3E. Windows color (decimal): -11258565 or 3880276. OLE color: 3880276.

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

Color convert

RGB 84 53 59 -
CMYK 0 0.37 0.30 0.67
HSL 348.39º 0.23% 0.27% -
HSV(B) 348.39º 0.37% 0.33% -
XYZ 5.72 4.75 4.75 -
YUV 62.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 84 53 59 0 0.37 0.30 0.67 348.39 0.23 0.27
Hex 54 35 3B 0 25 1E 43 15C 17 1B
Octal 124 65 73 0 45 36 103 534 27 33
Binary 1010100 110101 111011 0 100101 11110 1000011 101011100 10111 11011

Color Harmonies of #54353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54353B

Black with #54353B

Text Example


Text Example

White with #54353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54353B;
 }
 .AnyTagClassName
 {
   color: #54353B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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