Html Css Color HEX #53363A Wine Berry

📋 copy color: '#53363A'

red 83 ◦ green 54 ◦ blue 58

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

Shades of Wine Berry #53363A

Tints of Wine Berry #53363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.69%

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

R = 42.56%
G = 27.69%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53363A (or 0x53363A) is known color: Wine Berry. HEX triplet: 53, 36 and 3A. RGB value is (83,54,58). Sum of RGB (Red+Green+Blue) = 83+54+58=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #53363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53363A is #ACC9C5. Grayscale: #3F3F3F. Windows color (decimal): -11323846 or 3814995. OLE color: 3814995.

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

Color convert

RGB 83 54 58 -
CMYK 0 0.35 0.30 0.67
HSL 351.72º 0.21% 0.27% -
HSV(B) 351.72º 0.35% 0.33% -
XYZ 5.65 4.78 4.63 -
YUV 63.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 83 54 58 0 0.35 0.30 0.67 351.72 0.21 0.27
Hex 53 36 3A 0 23 1E 43 160 15 1B
Octal 123 66 72 0 43 36 103 540 25 33
Binary 1010011 110110 111010 0 100011 11110 1000011 101100000 10101 11011

Color Harmonies of #53363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53363A

Black with #53363A

Text Example


Text Example

White with #53363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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