Html Css Color HEX #532B33 Wine Berry

📋 copy color: '#532B33'

red 83 ◦ green 43 ◦ blue 51

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

Shades of Wine Berry #532B33

Tints of Wine Berry #532B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 28.81%

R = 46.89%
G = 24.29%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#532B33 (or 0x532B33) is known color: Wine Berry. HEX triplet: 53, 2B and 33. RGB value is (83,43,51). Sum of RGB (Red+Green+Blue) = 83+43+51=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #532B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B33 is #ACD4CC. Grayscale: #373737. Windows color (decimal): -11326669 or 3353427. OLE color: 3353427.

HSL color Cylindrical-coordinate representation of color #532B33: hue angle of 348º 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 #532B33 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 43 51 -
CMYK 0 0.48 0.39 0.67
HSL 348º 0.32% 0.25% -
HSV(B) 348º 0.48% 0.33% -
XYZ 5.03 3.81 3.6 -
YUV 55.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 83 43 51 0 0.48 0.39 0.67 348 0.32 0.25
Hex 53 2B 33 0 30 27 43 15C 20 19
Octal 123 53 63 0 60 47 103 534 40 31
Binary 1010011 101011 110011 0 110000 100111 1000011 101011100 100000 11001

Color Harmonies of #532B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532B33

Black with #532B33

Text Example


Text Example

White with #532B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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