Html Css Color HEX #58303B Wine Berry

📋 copy color: '#58303B'

red 88 ◦ green 48 ◦ blue 59

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

Shades of Wine Berry #58303B

Tints of Wine Berry #58303B

RGB

 RED value IS 88 (34.77% from 255) = 45.13%

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

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

R = 45.13%
G = 24.62%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#58303B (or 0x58303B) is known color: Wine Berry. HEX triplet: 58, 30 and 3B. RGB value is (88,48,59). Sum of RGB (Red+Green+Blue) = 88+48+59=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #58303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58303B is #A7CFC4. Grayscale: #3D3D3D. Windows color (decimal): -10997701 or 3879000. OLE color: 3879000.

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

Color convert

RGB 88 48 59 -
CMYK 0 0.45 0.33 0.65
HSL 343.5º 0.29% 0.27% -
HSV(B) 343.5º 0.45% 0.35% -
XYZ 5.87 4.5 4.7 -
YUV 61.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 88 48 59 0 0.45 0.33 0.65 343.5 0.29 0.27
Hex 58 30 3B 0 2D 21 41 158 1D 1B
Octal 130 60 73 0 55 41 101 530 35 33
Binary 1011000 110000 111011 0 101101 100001 1000001 101011000 11101 11011

Color Harmonies of #58303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58303B

Black with #58303B

Text Example


Text Example

White with #58303B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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