Html Css Color HEX #532B31 Wine Berry

📋 copy color: '#532B31'

red 83 ◦ green 43 ◦ blue 49

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

Shades of Wine Berry #532B31

Tints of Wine Berry #532B31

RGB

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

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

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

R = 47.43%
G = 24.57%
B = 28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#532B31 (or 0x532B31) is known color: Wine Berry. HEX triplet: 53, 2B and 31. RGB value is (83,43,49). Sum of RGB (Red+Green+Blue) = 83+43+49=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #532B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B31 is #ACD4CE. Grayscale: #373737. Windows color (decimal): -11326671 or 3222355. OLE color: 3222355.

HSL color Cylindrical-coordinate representation of color #532B31: hue angle of 351º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #532B31 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 43 49 -
CMYK 0 0.48 0.41 0.67
HSL 351º 0.32% 0.25% -
HSV(B) 351º 0.48% 0.33% -
XYZ 4.99 3.79 3.37 -
YUV 55.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 83 43 49 0 0.48 0.41 0.67 351 0.32 0.25
Hex 53 2B 31 0 30 29 43 15F 20 19
Octal 123 53 61 0 60 51 103 537 40 31
Binary 1010011 101011 110001 0 110000 101001 1000011 101011111 100000 11001

Color Harmonies of #532B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532B31

Black with #532B31

Text Example


Text Example

White with #532B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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