Html Css Color HEX #53383F Wine Berry

📋 copy color: '#53383F'

red 83 ◦ green 56 ◦ blue 63

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

Shades of Wine Berry #53383F

Tints of Wine Berry #53383F

RGB

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

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

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

R = 41.09%
G = 27.72%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53383F (or 0x53383F) is known color: Wine Berry. HEX triplet: 53, 38 and 3F. RGB value is (83,56,63). Sum of RGB (Red+Green+Blue) = 83+56+63=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #53383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53383F is #ACC7C0. Grayscale: #404040. Windows color (decimal): -11323329 or 4143187. OLE color: 4143187.

HSL color Cylindrical-coordinate representation of color #53383F: hue angle of 344.44º 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 #53383F is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 56 63 -
CMYK 0 0.33 0.24 0.67
HSL 344.44º 0.19% 0.27% -
HSV(B) 344.44º 0.33% 0.33% -
XYZ 5.88 5.03 5.36 -
YUV 64.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 83 56 63 0 0.33 0.24 0.67 344.44 0.19 0.27
Hex 53 38 3F 0 21 18 43 158 13 1B
Octal 123 70 77 0 41 30 103 530 23 33
Binary 1010011 111000 111111 0 100001 11000 1000011 101011000 10011 11011

Color Harmonies of #53383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53383F

Black with #53383F

Text Example


Text Example

White with #53383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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