Html Css Color HEX #54383D Wine Berry

📋 copy color: '#54383D'

red 84 ◦ green 56 ◦ blue 61

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

Shades of Wine Berry #54383D

Tints of Wine Berry #54383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.86%

 BLUE value IS 61 (24.22% from 255) = 30.35%

R = 41.79%
G = 27.86%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#54383D (or 0x54383D) is known color: Wine Berry. HEX triplet: 54, 38 and 3D. RGB value is (84,56,61). Sum of RGB (Red+Green+Blue) = 84+56+61=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 84 - color contains mainly: red. Hex color #54383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54383D is #ABC7C2. Grayscale: #404040. Windows color (decimal): -11257795 or 4012116. OLE color: 4012116.

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

Color convert

RGB 84 56 61 -
CMYK 0 0.33 0.27 0.67
HSL 349.29º 0.2% 0.27% -
HSV(B) 349.29º 0.33% 0.33% -
XYZ 5.91 5.05 5.08 -
YUV 64.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 84 56 61 0 0.33 0.27 0.67 349.29 0.2 0.27
Hex 54 38 3D 0 21 1B 43 15D 14 1B
Octal 124 70 75 0 41 33 103 535 24 33
Binary 1010100 111000 111101 0 100001 11011 1000011 101011101 10100 11011

Color Harmonies of #54383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54383D

Black with #54383D

Text Example


Text Example

White with #54383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54383D; }

 p { color: rgb(84,56,61); }

 H1.HeaderClassName
 {
   color: #54383D;
 }
 .AnyTagClassName
 {
   color: #54383D;
 }
</style>

background-color css

<style>
 a { background-color: #54383D; }

 a { background-color: rgb(84,56,61); }

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

border-color css

<style>
 span { border-color: #54383D; }

 span { border-color: rgb(84,56,61); }

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