Html Css Color HEX #53373F Wine Berry

📋 copy color: '#53373F'

red 83 ◦ green 55 ◦ blue 63

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

Shades of Wine Berry #53373F

Tints of Wine Berry #53373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.36%

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

R = 41.29%
G = 27.36%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53373F (or 0x53373F) is known color: Wine Berry. HEX triplet: 53, 37 and 3F. RGB value is (83,55,63). Sum of RGB (Red+Green+Blue) = 83+55+63=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #53373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53373F is #ACC8C0. Grayscale: #404040. Windows color (decimal): -11323585 or 4142931. OLE color: 4142931.

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

Color convert

RGB 83 55 63 -
CMYK 0 0.34 0.24 0.67
HSL 342.86º 0.2% 0.27% -
HSV(B) 342.86º 0.34% 0.33% -
XYZ 5.83 4.93 5.35 -
YUV 64.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 83 55 63 0 0.34 0.24 0.67 342.86 0.2 0.27
Hex 53 37 3F 0 22 18 43 157 14 1B
Octal 123 67 77 0 42 30 103 527 24 33
Binary 1010011 110111 111111 0 100010 11000 1000011 101010111 10100 11011

Color Harmonies of #53373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53373F

Black with #53373F

Text Example


Text Example

White with #53373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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