Html Css Color HEX #582D35 Wine Berry

📋 copy color: '#582D35'

red 88 ◦ green 45 ◦ blue 53

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

Shades of Wine Berry #582D35

Tints of Wine Berry #582D35

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.19%

 BLUE value IS 53 (21.09% from 255) = 28.49%

R = 47.31%
G = 24.19%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#582D35 (or 0x582D35) is known color: Wine Berry. HEX triplet: 58, 2D and 35. RGB value is (88,45,53). Sum of RGB (Red+Green+Blue) = 88+45+53=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #582D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D35 is #A7D2CA. Grayscale: #3A3A3A. Windows color (decimal): -10998475 or 3485016. OLE color: 3485016.

HSL color Cylindrical-coordinate representation of color #582D35: hue angle of 348.84º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #582D35 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 45 53 -
CMYK 0 0.49 0.40 0.65
HSL 348.84º 0.32% 0.26% -
HSV(B) 348.84º 0.49% 0.35% -
XYZ 5.61 4.21 3.89 -
YUV 58.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 88 45 53 0 0.49 0.40 0.65 348.84 0.32 0.26
Hex 58 2D 35 0 31 28 41 15D 20 1A
Octal 130 55 65 0 61 50 101 535 40 32
Binary 1011000 101101 110101 0 110001 101000 1000001 101011101 100000 11010

Color Harmonies of #582D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582D35

Black with #582D35

Text Example


Text Example

White with #582D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582D35; }

 p { color: rgb(88,45,53); }

 H1.HeaderClassName
 {
   color: #582D35;
 }
 .AnyTagClassName
 {
   color: #582D35;
 }
</style>

background-color css

<style>
 a { background-color: #582D35; }

 a { background-color: rgb(88,45,53); }

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

border-color css

<style>
 span { border-color: #582D35; }

 span { border-color: rgb(88,45,53); }

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