Html Css Color HEX #53343F Wine Berry

📋 copy color: '#53343F'

red 83 ◦ green 52 ◦ blue 63

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

Shades of Wine Berry #53343F

Tints of Wine Berry #53343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.26%

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

R = 41.92%
G = 26.26%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53343F (or 0x53343F) is known color: Wine Berry. HEX triplet: 53, 34 and 3F. RGB value is (83,52,63). Sum of RGB (Red+Green+Blue) = 83+52+63=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #53343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53343F is #ACCBC0. Grayscale: #3E3E3E. Windows color (decimal): -11324353 or 4142163. OLE color: 4142163.

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

Color convert

RGB 83 52 63 -
CMYK 0 0.37 0.24 0.67
HSL 338.71º 0.23% 0.26% -
HSV(B) 338.71º 0.37% 0.33% -
XYZ 5.69 4.65 5.3 -
YUV 62.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 83 52 63 0 0.37 0.24 0.67 338.71 0.23 0.26
Hex 53 34 3F 0 25 18 43 153 17 1A
Octal 123 64 77 0 45 30 103 523 27 32
Binary 1010011 110100 111111 0 100101 11000 1000011 101010011 10111 11010

Color Harmonies of #53343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53343F

Black with #53343F

Text Example


Text Example

White with #53343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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