Html Css Color HEX #53313A Wine Berry

📋 copy color: '#53313A'

red 83 ◦ green 49 ◦ blue 58

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

Shades of Wine Berry #53313A

Tints of Wine Berry #53313A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.53%

R = 43.68%
G = 25.79%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53313A (or 0x53313A) is known color: Wine Berry. HEX triplet: 53, 31 and 3A. RGB value is (83,49,58). Sum of RGB (Red+Green+Blue) = 83+49+58=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #53313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53313A is #ACCEC5. Grayscale: #3C3C3C. Windows color (decimal): -11325126 or 3813715. OLE color: 3813715.

HSL color Cylindrical-coordinate representation of color #53313A: hue angle of 344.12º 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 #53313A is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 49 58 -
CMYK 0 0.41 0.30 0.67
HSL 344.12º 0.26% 0.26% -
HSV(B) 344.12º 0.41% 0.33% -
XYZ 5.43 4.34 4.55 -
YUV 60.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 83 49 58 0 0.41 0.30 0.67 344.12 0.26 0.26
Hex 53 31 3A 0 29 1E 43 158 1A 1A
Octal 123 61 72 0 51 36 103 530 32 32
Binary 1010011 110001 111010 0 101001 11110 1000011 101011000 11010 11010

Color Harmonies of #53313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53313A

Black with #53313A

Text Example


Text Example

White with #53313A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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