Html Css Color HEX #53323D Wine Berry

📋 copy color: '#53323D'

red 83 ◦ green 50 ◦ blue 61

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

Shades of Wine Berry #53323D

Tints of Wine Berry #53323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.77%

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

R = 42.78%
G = 25.77%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#53323D (or 0x53323D) is known color: Wine Berry. HEX triplet: 53, 32 and 3D. RGB value is (83,50,61). Sum of RGB (Red+Green+Blue) = 83+50+61=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53323D is #ACCDC2. Grayscale: #3D3D3D. Windows color (decimal): -11324867 or 4010579. OLE color: 4010579.

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

Color convert

RGB 83 50 61 -
CMYK 0 0.40 0.27 0.67
HSL 340º 0.25% 0.26% -
HSV(B) 340º 0.4% 0.33% -
XYZ 5.55 4.46 4.98 -
YUV 61.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 83 50 61 0 0.40 0.27 0.67 340 0.25 0.26
Hex 53 32 3D 0 28 1B 43 154 19 1A
Octal 123 62 75 0 50 33 103 524 31 32
Binary 1010011 110010 111101 0 101000 11011 1000011 101010100 11001 11010

Color Harmonies of #53323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53323D

Black with #53323D

Text Example


Text Example

White with #53323D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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