Html Css Color HEX #58313B Wine Berry

📋 copy color: '#58313B'

red 88 ◦ green 49 ◦ blue 59

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

Shades of Wine Berry #58313B

Tints of Wine Berry #58313B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25%

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

R = 44.9%
G = 25%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#58313B (or 0x58313B) is known color: Wine Berry. HEX triplet: 58, 31 and 3B. RGB value is (88,49,59). Sum of RGB (Red+Green+Blue) = 88+49+59=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #58313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58313B is #A7CEC4. Grayscale: #3D3D3D. Windows color (decimal): -10997445 or 3879256. OLE color: 3879256.

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

Color convert

RGB 88 49 59 -
CMYK 0 0.44 0.33 0.65
HSL 344.62º 0.28% 0.27% -
HSV(B) 344.62º 0.44% 0.35% -
XYZ 5.91 4.59 4.71 -
YUV 61.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 88 49 59 0 0.44 0.33 0.65 344.62 0.28 0.27
Hex 58 31 3B 0 2C 21 41 159 1C 1B
Octal 130 61 73 0 54 41 101 531 34 33
Binary 1011000 110001 111011 0 101100 100001 1000001 101011001 11100 11011

Color Harmonies of #58313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58313B

Black with #58313B

Text Example


Text Example

White with #58313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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