Html Css Color HEX #54353F Wine Berry

📋 copy color: '#54353F'

red 84 ◦ green 53 ◦ blue 63

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

Shades of Wine Berry #54353F

Tints of Wine Berry #54353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.5%

R = 42%
G = 26.5%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#54353F (or 0x54353F) is known color: Wine Berry. HEX triplet: 54, 35 and 3F. RGB value is (84,53,63). Sum of RGB (Red+Green+Blue) = 84+53+63=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #54353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54353F is #ABCAC0. Grayscale: #3F3F3F. Windows color (decimal): -11258561 or 4142420. OLE color: 4142420.

HSL color Cylindrical-coordinate representation of color #54353F: hue angle of 340.65º 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 #54353F is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 53 63 -
CMYK 0 0.37 0.25 0.67
HSL 340.65º 0.23% 0.27% -
HSV(B) 340.65º 0.37% 0.33% -
XYZ 5.83 4.79 5.32 -
YUV 63.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 84 53 63 0 0.37 0.25 0.67 340.65 0.23 0.27
Hex 54 35 3F 0 25 19 43 155 17 1B
Octal 124 65 77 0 45 31 103 525 27 33
Binary 1010100 110101 111111 0 100101 11001 1000011 101010101 10111 11011

Color Harmonies of #54353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54353F

Black with #54353F

Text Example


Text Example

White with #54353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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