Html Css Color HEX #59303D Wine Berry

📋 copy color: '#59303D'

red 89 ◦ green 48 ◦ blue 61

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

Shades of Wine Berry #59303D

Tints of Wine Berry #59303D

RGB

 RED value IS 89 (35.16% from 255) = 44.95%

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

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

R = 44.95%
G = 24.24%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#59303D (or 0x59303D) is known color: Wine Berry. HEX triplet: 59, 30 and 3D. RGB value is (89,48,61). Sum of RGB (Red+Green+Blue) = 89+48+61=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #59303D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59303D is #A6CFC2. Grayscale: #3D3D3D. Windows color (decimal): -10932163 or 4010073. OLE color: 4010073.

HSL color Cylindrical-coordinate representation of color #59303D: hue angle of 340.98º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59303D is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 48 61 -
CMYK 0 0.46 0.31 0.65
HSL 340.98º 0.3% 0.27% -
HSV(B) 340.98º 0.46% 0.35% -
XYZ 6.02 4.57 4.98 -
YUV 61.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 89 48 61 0 0.46 0.31 0.65 340.98 0.3 0.27
Hex 59 30 3D 0 2E 1F 41 155 1E 1B
Octal 131 60 75 0 56 37 101 525 36 33
Binary 1011001 110000 111101 0 101110 11111 1000001 101010101 11110 11011

Color Harmonies of #59303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59303D

Black with #59303D

Text Example


Text Example

White with #59303D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,48,61); }

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

background-color css

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

 a { background-color: rgb(89,48,61); }

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

border-color css

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

 span { border-color: rgb(89,48,61); }

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