Html Css Color HEX #53303B Wine Berry

📋 copy color: '#53303B'

red 83 ◦ green 48 ◦ blue 59

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

Shades of Wine Berry #53303B

Tints of Wine Berry #53303B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.26%

 BLUE value IS 59 (23.44% from 255) = 31.05%

R = 43.68%
G = 25.26%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#53303B (or 0x53303B) is known color: Wine Berry. HEX triplet: 53, 30 and 3B. RGB value is (83,48,59). Sum of RGB (Red+Green+Blue) = 83+48+59=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #53303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53303B is #ACCFC4. Grayscale: #3B3B3B. Windows color (decimal): -11325381 or 3878995. OLE color: 3878995.

HSL color Cylindrical-coordinate representation of color #53303B: hue angle of 341.14º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53303B is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 48 59 -
CMYK 0 0.42 0.29 0.67
HSL 341.14º 0.27% 0.26% -
HSV(B) 341.14º 0.42% 0.33% -
XYZ 5.41 4.27 4.68 -
YUV 59.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 83 48 59 0 0.42 0.29 0.67 341.14 0.27 0.26
Hex 53 30 3B 0 2A 1D 43 155 1B 1A
Octal 123 60 73 0 52 35 103 525 33 32
Binary 1010011 110000 111011 0 101010 11101 1000011 101010101 11011 11010

Color Harmonies of #53303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53303B

Black with #53303B

Text Example


Text Example

White with #53303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53303B; }

 p { color: rgb(83,48,59); }

 H1.HeaderClassName
 {
   color: #53303B;
 }
 .AnyTagClassName
 {
   color: #53303B;
 }
</style>

background-color css

<style>
 a { background-color: #53303B; }

 a { background-color: rgb(83,48,59); }

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

border-color css

<style>
 span { border-color: #53303B; }

 span { border-color: rgb(83,48,59); }

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