Html Css Color HEX #53363C Wine Berry

📋 copy color: '#53363C'

red 83 ◦ green 54 ◦ blue 60

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

Shades of Wine Berry #53363C

Tints of Wine Berry #53363C

RGB

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

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

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

R = 42.13%
G = 27.41%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#53363C (or 0x53363C) is known color: Wine Berry. HEX triplet: 53, 36 and 3C. RGB value is (83,54,60). Sum of RGB (Red+Green+Blue) = 83+54+60=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #53363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53363C is #ACC9C3. Grayscale: #3F3F3F. Windows color (decimal): -11323844 or 3946067. OLE color: 3946067.

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

Color convert

RGB 83 54 60 -
CMYK 0 0.35 0.28 0.67
HSL 347.59º 0.21% 0.27% -
HSV(B) 347.59º 0.35% 0.33% -
XYZ 5.7 4.8 4.9 -
YUV 63.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 83 54 60 0 0.35 0.28 0.67 347.59 0.21 0.27
Hex 53 36 3C 0 23 1C 43 15C 15 1B
Octal 123 66 74 0 43 34 103 534 25 33
Binary 1010011 110110 111100 0 100011 11100 1000011 101011100 10101 11011

Color Harmonies of #53363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53363C

Black with #53363C

Text Example


Text Example

White with #53363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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