Html Css Color HEX #53393F Wine Berry

📋 copy color: '#53393F'

red 83 ◦ green 57 ◦ blue 63

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

Shades of Wine Berry #53393F

Tints of Wine Berry #53393F

RGB

 RED value IS 83 (32.81% from 255) = 40.89%

 GREEN value IS 57 (22.66% from 255) = 28.08%

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

R = 40.89%
G = 28.08%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53393F (or 0x53393F) is known color: Wine Berry. HEX triplet: 53, 39 and 3F. RGB value is (83,57,63). Sum of RGB (Red+Green+Blue) = 83+57+63=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #53393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53393F is #ACC6C0. Grayscale: #414141. Windows color (decimal): -11323073 or 4143443. OLE color: 4143443.

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

Color convert

RGB 83 57 63 -
CMYK 0 0.31 0.24 0.67
HSL 346.15º 0.19% 0.27% -
HSV(B) 346.15º 0.31% 0.33% -
XYZ 5.93 5.12 5.38 -
YUV 65.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 83 57 63 0 0.31 0.24 0.67 346.15 0.19 0.27
Hex 53 39 3F 0 1F 18 43 15A 13 1B
Octal 123 71 77 0 37 30 103 532 23 33
Binary 1010011 111001 111111 0 11111 11000 1000011 101011010 10011 11011

Color Harmonies of #53393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53393F

Black with #53393F

Text Example


Text Example

White with #53393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,57,63); }

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

background-color css

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

 a { background-color: rgb(83,57,63); }

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

border-color css

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

 span { border-color: rgb(83,57,63); }

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