Html Css Color HEX #58333D Wine Berry

📋 copy color: '#58333D'

red 88 ◦ green 51 ◦ blue 61

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

Shades of Wine Berry #58333D

Tints of Wine Berry #58333D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.5%

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

R = 44%
G = 25.5%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#58333D (or 0x58333D) is known color: Wine Berry. HEX triplet: 58, 33 and 3D. RGB value is (88,51,61). Sum of RGB (Red+Green+Blue) = 88+51+61=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58333D is #A7CCC2. Grayscale: #3F3F3F. Windows color (decimal): -10996931 or 4010840. OLE color: 4010840.

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

Color convert

RGB 88 51 61 -
CMYK 0 0.42 0.31 0.65
HSL 343.78º 0.27% 0.27% -
HSV(B) 343.78º 0.42% 0.35% -
XYZ 6.05 4.78 5.02 -
YUV 63.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 88 51 61 0 0.42 0.31 0.65 343.78 0.27 0.27
Hex 58 33 3D 0 2A 1F 41 158 1B 1B
Octal 130 63 75 0 52 37 101 530 33 33
Binary 1011000 110011 111101 0 101010 11111 1000001 101011000 11011 11011

Color Harmonies of #58333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58333D

Black with #58333D

Text Example


Text Example

White with #58333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,51,61); }

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

background-color css

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

 a { background-color: rgb(88,51,61); }

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

border-color css

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

 span { border-color: rgb(88,51,61); }

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