Html Css Color HEX #582F3C Wine Berry

📋 copy color: '#582F3C'

red 88 ◦ green 47 ◦ blue 60

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

Shades of Wine Berry #582F3C

Tints of Wine Berry #582F3C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.1%

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

R = 45.13%
G = 24.1%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#582F3C (or 0x582F3C) is known color: Wine Berry. HEX triplet: 58, 2F and 3C. RGB value is (88,47,60). Sum of RGB (Red+Green+Blue) = 88+47+60=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #582F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582F3C is #A7D0C3. Grayscale: #3C3C3C. Windows color (decimal): -10997956 or 3944280. OLE color: 3944280.

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

Color convert

RGB 88 47 60 -
CMYK 0 0.47 0.32 0.65
HSL 340.98º 0.3% 0.26% -
HSV(B) 340.98º 0.47% 0.35% -
XYZ 5.86 4.43 4.82 -
YUV 60.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 88 47 60 0 0.47 0.32 0.65 340.98 0.3 0.26
Hex 58 2F 3C 0 2F 20 41 155 1E 1A
Octal 130 57 74 0 57 40 101 525 36 32
Binary 1011000 101111 111100 0 101111 100000 1000001 101010101 11110 11010

Color Harmonies of #582F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F3C

Black with #582F3C

Text Example


Text Example

White with #582F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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