Html Css Color HEX #53383D Wine Berry

📋 copy color: '#53383D'

red 83 ◦ green 56 ◦ blue 61

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

Shades of Wine Berry #53383D

Tints of Wine Berry #53383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28%

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

R = 41.5%
G = 28%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#53383D (or 0x53383D) is known color: Wine Berry. HEX triplet: 53, 38 and 3D. RGB value is (83,56,61). Sum of RGB (Red+Green+Blue) = 83+56+61=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #53383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53383D is #ACC7C2. Grayscale: #404040. Windows color (decimal): -11323331 or 4012115. OLE color: 4012115.

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

Color convert

RGB 83 56 61 -
CMYK 0 0.33 0.27 0.67
HSL 348.89º 0.19% 0.27% -
HSV(B) 348.89º 0.33% 0.33% -
XYZ 5.82 5 5.07 -
YUV 64.64 125.95 141.09 -
System Red Green Blue C M Y K H S L
Decimal 83 56 61 0 0.33 0.27 0.67 348.89 0.19 0.27
Hex 53 38 3D 0 21 1B 43 15D 13 1B
Octal 123 70 75 0 41 33 103 535 23 33
Binary 1010011 111000 111101 0 100001 11011 1000011 101011101 10011 11011

Color Harmonies of #53383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53383D

Black with #53383D

Text Example


Text Example

White with #53383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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