Html Css Color HEX #582B34 Wine Berry

📋 copy color: '#582B34'

red 88 ◦ green 43 ◦ blue 52

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

Shades of Wine Berry #582B34

Tints of Wine Berry #582B34

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.5%

 BLUE value IS 52 (20.7% from 255) = 28.42%

R = 48.09%
G = 23.5%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#582B34 (or 0x582B34) is known color: Wine Berry. HEX triplet: 58, 2B and 34. RGB value is (88,43,52). Sum of RGB (Red+Green+Blue) = 88+43+52=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #582B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582B34 is #A7D4CB. Grayscale: #393939. Windows color (decimal): -10998988 or 3418968. OLE color: 3418968.

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

Color convert

RGB 88 43 52 -
CMYK 0 0.51 0.41 0.65
HSL 348º 0.34% 0.26% -
HSV(B) 348º 0.51% 0.35% -
XYZ 5.51 4.05 3.74 -
YUV 57.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 88 43 52 0 0.51 0.41 0.65 348 0.34 0.26
Hex 58 2B 34 0 33 29 41 15C 22 1A
Octal 130 53 64 0 63 51 101 534 42 32
Binary 1011000 101011 110100 0 110011 101001 1000001 101011100 100010 11010

Color Harmonies of #582B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B34

Black with #582B34

Text Example


Text Example

White with #582B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,43,52); }

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

background-color css

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

 a { background-color: rgb(88,43,52); }

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

border-color css

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

 span { border-color: rgb(88,43,52); }

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