Html Css Color HEX #53373E Wine Berry

📋 copy color: '#53373E'

red 83 ◦ green 55 ◦ blue 62

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

Shades of Wine Berry #53373E

Tints of Wine Berry #53373E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31%

R = 41.5%
G = 27.5%
B = 31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#53373E (or 0x53373E) is known color: Wine Berry. HEX triplet: 53, 37 and 3E. RGB value is (83,55,62). Sum of RGB (Red+Green+Blue) = 83+55+62=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #53373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53373E is #ACC8C1. Grayscale: #404040. Windows color (decimal): -11323586 or 4077395. OLE color: 4077395.

HSL color Cylindrical-coordinate representation of color #53373E: 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.34%. Process color model (Four color, CMYK) of #53373E is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 55 62 -
CMYK 0 0.34 0.25 0.67
HSL 345º 0.2% 0.27% -
HSV(B) 345º 0.34% 0.33% -
XYZ 5.8 4.92 5.2 -
YUV 64.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 83 55 62 0 0.34 0.25 0.67 345 0.2 0.27
Hex 53 37 3E 0 22 19 43 159 14 1B
Octal 123 67 76 0 42 31 103 531 24 33
Binary 1010011 110111 111110 0 100010 11001 1000011 101011001 10100 11011

Color Harmonies of #53373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53373E

Black with #53373E

Text Example


Text Example

White with #53373E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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