Html Css Color HEX #532931 Wine Berry

📋 copy color: '#532931'

red 83 ◦ green 41 ◦ blue 49

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

Shades of Wine Berry #532931

Tints of Wine Berry #532931

RGB

 RED value IS 83 (32.81% from 255) = 47.98%

 GREEN value IS 41 (16.41% from 255) = 23.7%

 BLUE value IS 49 (19.53% from 255) = 28.32%

R = 47.98%
G = 23.7%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#532931 (or 0x532931) is known color: Wine Berry. HEX triplet: 53, 29 and 31. RGB value is (83,41,49). Sum of RGB (Red+Green+Blue) = 83+41+49=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #532931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532931 is #ACD6CE. Grayscale: #363636. Windows color (decimal): -11327183 or 3221843. OLE color: 3221843.

HSL color Cylindrical-coordinate representation of color #532931: hue angle of 348.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #532931 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 41 49 -
CMYK 0 0.51 0.41 0.67
HSL 348.57º 0.34% 0.24% -
HSV(B) 348.57º 0.51% 0.33% -
XYZ 4.91 3.65 3.35 -
YUV 54.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 83 41 49 0 0.51 0.41 0.67 348.57 0.34 0.24
Hex 53 29 31 0 33 29 43 15D 22 18
Octal 123 51 61 0 63 51 103 535 42 30
Binary 1010011 101001 110001 0 110011 101001 1000011 101011101 100010 11000

Color Harmonies of #532931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532931

Black with #532931

Text Example


Text Example

White with #532931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532931; }

 p { color: rgb(83,41,49); }

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

background-color css

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

 a { background-color: rgb(83,41,49); }

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

border-color css

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

 span { border-color: rgb(83,41,49); }

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