Html Css Color HEX #54383F Wine Berry

📋 copy color: '#54383F'

red 84 ◦ green 56 ◦ blue 63

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

Shades of Wine Berry #54383F

Tints of Wine Berry #54383F

RGB

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

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

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

R = 41.38%
G = 27.59%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#54383F (or 0x54383F) is known color: Wine Berry. HEX triplet: 54, 38 and 3F. RGB value is (84,56,63). Sum of RGB (Red+Green+Blue) = 84+56+63=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 84 - color contains mainly: red. Hex color #54383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54383F is #ABC7C0. Grayscale: #414141. Windows color (decimal): -11257793 or 4143188. OLE color: 4143188.

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

Color convert

RGB 84 56 63 -
CMYK 0 0.33 0.25 0.67
HSL 345º 0.2% 0.27% -
HSV(B) 345º 0.33% 0.33% -
XYZ 5.97 5.07 5.37 -
YUV 65.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 84 56 63 0 0.33 0.25 0.67 345 0.2 0.27
Hex 54 38 3F 0 21 19 43 159 14 1B
Octal 124 70 77 0 41 31 103 531 24 33
Binary 1010100 111000 111111 0 100001 11001 1000011 101011001 10100 11011

Color Harmonies of #54383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54383F

Black with #54383F

Text Example


Text Example

White with #54383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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