Html Css Color HEX #53343C Wine Berry

📋 copy color: '#53343C'

red 83 ◦ green 52 ◦ blue 60

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

Shades of Wine Berry #53343C

Tints of Wine Berry #53343C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.67%

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

R = 42.56%
G = 26.67%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#53343C (or 0x53343C) is known color: Wine Berry. HEX triplet: 53, 34 and 3C. RGB value is (83,52,60). Sum of RGB (Red+Green+Blue) = 83+52+60=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #53343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53343C is #ACCBC3. Grayscale: #3E3E3E. Windows color (decimal): -11324356 or 3945555. OLE color: 3945555.

HSL color Cylindrical-coordinate representation of color #53343C: hue angle of 344.52º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #53343C is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 52 60 -
CMYK 0 0.37 0.28 0.67
HSL 344.52º 0.23% 0.26% -
HSV(B) 344.52º 0.37% 0.33% -
XYZ 5.61 4.62 4.87 -
YUV 62.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 83 52 60 0 0.37 0.28 0.67 344.52 0.23 0.26
Hex 53 34 3C 0 25 1C 43 159 17 1A
Octal 123 64 74 0 45 34 103 531 27 32
Binary 1010011 110100 111100 0 100101 11100 1000011 101011001 10111 11010

Color Harmonies of #53343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53343C

Black with #53343C

Text Example


Text Example

White with #53343C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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