Html Css Color HEX #532D37 Wine Berry

📋 copy color: '#532D37'

red 83 ◦ green 45 ◦ blue 55

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

Shades of Wine Berry #532D37

Tints of Wine Berry #532D37

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.59%

 BLUE value IS 55 (21.88% from 255) = 30.05%

R = 45.36%
G = 24.59%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#532D37 (or 0x532D37) is known color: Wine Berry. HEX triplet: 53, 2D and 37. RGB value is (83,45,55). Sum of RGB (Red+Green+Blue) = 83+45+55=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #532D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D37 is #ACD2C8. Grayscale: #393939. Windows color (decimal): -11326153 or 3616083. OLE color: 3616083.

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

Color convert

RGB 83 45 55 -
CMYK 0 0.46 0.34 0.67
HSL 344.21º 0.3% 0.25% -
HSV(B) 344.21º 0.46% 0.33% -
XYZ 5.2 3.99 4.11 -
YUV 57.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 83 45 55 0 0.46 0.34 0.67 344.21 0.3 0.25
Hex 53 2D 37 0 2E 22 43 158 1E 19
Octal 123 55 67 0 56 42 103 530 36 31
Binary 1010011 101101 110111 0 101110 100010 1000011 101011000 11110 11001

Color Harmonies of #532D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532D37

Black with #532D37

Text Example


Text Example

White with #532D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,45,55); }

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

background-color css

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

 a { background-color: rgb(83,45,55); }

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

border-color css

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

 span { border-color: rgb(83,45,55); }

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