Html Css Color HEX #532C36 Wine Berry

📋 copy color: '#532C36'

red 83 ◦ green 44 ◦ blue 54

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

Shades of Wine Berry #532C36

Tints of Wine Berry #532C36

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.31%

 BLUE value IS 54 (21.48% from 255) = 29.83%

R = 45.86%
G = 24.31%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#532C36 (or 0x532C36) is known color: Wine Berry. HEX triplet: 53, 2C and 36. RGB value is (83,44,54). Sum of RGB (Red+Green+Blue) = 83+44+54=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 54 (21.48% from 255 or 29.83% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #532C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C36 is #ACD3C9. Grayscale: #383838. Windows color (decimal): -11326410 or 3550291. OLE color: 3550291.

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

Color convert

RGB 83 44 54 -
CMYK 0 0.47 0.35 0.67
HSL 344.62º 0.31% 0.25% -
HSV(B) 344.62º 0.47% 0.33% -
XYZ 5.13 3.91 3.97 -
YUV 56.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 83 44 54 0 0.47 0.35 0.67 344.62 0.31 0.25
Hex 53 2C 36 0 2F 23 43 159 1F 19
Octal 123 54 66 0 57 43 103 531 37 31
Binary 1010011 101100 110110 0 101111 100011 1000011 101011001 11111 11001

Color Harmonies of #532C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C36

Black with #532C36

Text Example


Text Example

White with #532C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,44,54); }

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

background-color css

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

 a { background-color: rgb(83,44,54); }

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

border-color css

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

 span { border-color: rgb(83,44,54); }

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