Html Css Color HEX #53313D Wine Berry

📋 copy color: '#53313D'

red 83 ◦ green 49 ◦ blue 61

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

Shades of Wine Berry #53313D

Tints of Wine Berry #53313D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.39%

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

R = 43.01%
G = 25.39%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#53313D (or 0x53313D) is known color: Wine Berry. HEX triplet: 53, 31 and 3D. RGB value is (83,49,61). Sum of RGB (Red+Green+Blue) = 83+49+61=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #53313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53313D is #ACCEC2. Grayscale: #3C3C3C. Windows color (decimal): -11325123 or 4010323. OLE color: 4010323.

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

Color convert

RGB 83 49 61 -
CMYK 0 0.41 0.27 0.67
HSL 338.82º 0.26% 0.26% -
HSV(B) 338.82º 0.41% 0.33% -
XYZ 5.51 4.37 4.97 -
YUV 60.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 83 49 61 0 0.41 0.27 0.67 338.82 0.26 0.26
Hex 53 31 3D 0 29 1B 43 153 1A 1A
Octal 123 61 75 0 51 33 103 523 32 32
Binary 1010011 110001 111101 0 101001 11011 1000011 101010011 11010 11010

Color Harmonies of #53313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53313D

Black with #53313D

Text Example


Text Example

White with #53313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,49,61); }

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

background-color css

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

 a { background-color: rgb(83,49,61); }

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

border-color css

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

 span { border-color: rgb(83,49,61); }

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