Html Css Color HEX #58363F Wine Berry

📋 copy color: '#58363F'

red 88 ◦ green 54 ◦ blue 63

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

Shades of Wine Berry #58363F

Tints of Wine Berry #58363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.34%

 BLUE value IS 63 (25% from 255) = 30.73%

R = 42.93%
G = 26.34%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#58363F (or 0x58363F) is known color: Wine Berry. HEX triplet: 58, 36 and 3F. RGB value is (88,54,63). Sum of RGB (Red+Green+Blue) = 88+54+63=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #58363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58363F is #A7C9C0. Grayscale: #414141. Windows color (decimal): -10996161 or 4142680. OLE color: 4142680.

HSL color Cylindrical-coordinate representation of color #58363F: hue angle of 344.12º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58363F is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 54 63 -
CMYK 0 0.39 0.28 0.65
HSL 344.12º 0.24% 0.28% -
HSV(B) 344.12º 0.39% 0.35% -
XYZ 6.24 5.07 5.35 -
YUV 65.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 88 54 63 0 0.39 0.28 0.65 344.12 0.24 0.28
Hex 58 36 3F 0 27 1C 41 158 18 1C
Octal 130 66 77 0 47 34 101 530 30 34
Binary 1011000 110110 111111 0 100111 11100 1000001 101011000 11000 11100

Color Harmonies of #58363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58363F

Black with #58363F

Text Example


Text Example

White with #58363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58363F; }

 p { color: rgb(88,54,63); }

 H1.HeaderClassName
 {
   color: #58363F;
 }
 .AnyTagClassName
 {
   color: #58363F;
 }
</style>

background-color css

<style>
 a { background-color: #58363F; }

 a { background-color: rgb(88,54,63); }

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

border-color css

<style>
 span { border-color: #58363F; }

 span { border-color: rgb(88,54,63); }

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