Html Css Color HEX #53313C Wine Berry

📋 copy color: '#53313C'

red 83 ◦ green 49 ◦ blue 60

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

Shades of Wine Berry #53313C

Tints of Wine Berry #53313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 31.25%

R = 43.23%
G = 25.52%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#53313C (or 0x53313C) is known color: Wine Berry. HEX triplet: 53, 31 and 3C. RGB value is (83,49,60). Sum of RGB (Red+Green+Blue) = 83+49+60=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #53313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53313C is #ACCEC3. Grayscale: #3C3C3C. Windows color (decimal): -11325124 or 3944787. OLE color: 3944787.

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

Color convert

RGB 83 49 60 -
CMYK 0 0.41 0.28 0.67
HSL 340.59º 0.26% 0.26% -
HSV(B) 340.59º 0.41% 0.33% -
XYZ 5.48 4.36 4.83 -
YUV 60.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 83 49 60 0 0.41 0.28 0.67 340.59 0.26 0.26
Hex 53 31 3C 0 29 1C 43 155 1A 1A
Octal 123 61 74 0 51 34 103 525 32 32
Binary 1010011 110001 111100 0 101001 11100 1000011 101010101 11010 11010

Color Harmonies of #53313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53313C

Black with #53313C

Text Example


Text Example

White with #53313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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