Html Css Color HEX #58303C Wine Berry

📋 copy color: '#58303C'

red 88 ◦ green 48 ◦ blue 60

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

Shades of Wine Berry #58303C

Tints of Wine Berry #58303C

RGB

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

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

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

R = 44.9%
G = 24.49%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#58303C (or 0x58303C) is known color: Wine Berry. HEX triplet: 58, 30 and 3C. RGB value is (88,48,60). Sum of RGB (Red+Green+Blue) = 88+48+60=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #58303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58303C is #A7CFC3. Grayscale: #3D3D3D. Windows color (decimal): -10997700 or 3944536. OLE color: 3944536.

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

Color convert

RGB 88 48 60 -
CMYK 0 0.45 0.32 0.65
HSL 342º 0.29% 0.27% -
HSV(B) 342º 0.45% 0.35% -
XYZ 5.9 4.51 4.84 -
YUV 61.33 127.25 147.02 -
System Red Green Blue C M Y K H S L
Decimal 88 48 60 0 0.45 0.32 0.65 342 0.29 0.27
Hex 58 30 3C 0 2D 20 41 156 1D 1B
Octal 130 60 74 0 55 40 101 526 35 33
Binary 1011000 110000 111100 0 101101 100000 1000001 101010110 11101 11011

Color Harmonies of #58303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58303C

Black with #58303C

Text Example


Text Example

White with #58303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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