Html Css Color HEX #58303E Wine Berry

📋 copy color: '#58303E'

red 88 ◦ green 48 ◦ blue 62

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

Shades of Wine Berry #58303E

Tints of Wine Berry #58303E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31.31%

R = 44.44%
G = 24.24%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#58303E (or 0x58303E) is known color: Wine Berry. HEX triplet: 58, 30 and 3E. RGB value is (88,48,62). Sum of RGB (Red+Green+Blue) = 88+48+62=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #58303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58303E is #A7CFC1. Grayscale: #3D3D3D. Windows color (decimal): -10997698 or 4075608. OLE color: 4075608.

HSL color Cylindrical-coordinate representation of color #58303E: hue angle of 339º 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 #58303E is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 48 62 -
CMYK 0 0.45 0.30 0.65
HSL 339º 0.29% 0.27% -
HSV(B) 339º 0.45% 0.35% -
XYZ 5.95 4.54 5.12 -
YUV 61.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 88 48 62 0 0.45 0.30 0.65 339 0.29 0.27
Hex 58 30 3E 0 2D 1E 41 153 1D 1B
Octal 130 60 76 0 55 36 101 523 35 33
Binary 1011000 110000 111110 0 101101 11110 1000001 101010011 11101 11011

Color Harmonies of #58303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58303E

Black with #58303E

Text Example


Text Example

White with #58303E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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