Html Css Color HEX #532D35 Wine Berry

📋 copy color: '#532D35'

red 83 ◦ green 45 ◦ blue 53

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

Shades of Wine Berry #532D35

Tints of Wine Berry #532D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 29.28%

R = 45.86%
G = 24.86%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#532D35 (or 0x532D35) is known color: Wine Berry. HEX triplet: 53, 2D and 35. RGB value is (83,45,53). Sum of RGB (Red+Green+Blue) = 83+45+53=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #532D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D35 is #ACD2CA. Grayscale: #393939. Windows color (decimal): -11326155 or 3485011. OLE color: 3485011.

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

Color convert

RGB 83 45 53 -
CMYK 0 0.46 0.36 0.67
HSL 347.37º 0.3% 0.25% -
HSV(B) 347.37º 0.46% 0.33% -
XYZ 5.15 3.97 3.86 -
YUV 57.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 83 45 53 0 0.46 0.36 0.67 347.37 0.3 0.25
Hex 53 2D 35 0 2E 24 43 15B 1E 19
Octal 123 55 65 0 56 44 103 533 36 31
Binary 1010011 101101 110101 0 101110 100100 1000011 101011011 11110 11001

Color Harmonies of #532D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532D35

Black with #532D35

Text Example


Text Example

White with #532D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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